mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
fix relative paths on unix (#166)
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -510,7 +510,7 @@
|
||||
<configuration>
|
||||
<targetGroups>all</targetGroups>
|
||||
<wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
|
||||
<destinationFolder>${basedir}/target/generated-sources/wro4j/</destinationFolder>
|
||||
<destinationFolder>${project.build.directory}/${project.build.finalName}/static/</destinationFolder>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@@ -522,10 +522,6 @@
|
||||
<directory>target/generated-sources/angularjs/</directory>
|
||||
<targetPath>templates</targetPath>
|
||||
</resource>
|
||||
<resource>
|
||||
<directory>target/generated-sources/wro4j/</directory>
|
||||
<targetPath>static</targetPath>
|
||||
</resource>
|
||||
</webResources>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user