forked from Archives/Athou_commafeed
fix relative paths on unix (#166)
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -510,7 +510,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<targetGroups>all</targetGroups>
|
<targetGroups>all</targetGroups>
|
||||||
<wroManagerFactory>ro.isdc.wro.maven.plugin.manager.factory.ConfigurableWroManagerFactory</wroManagerFactory>
|
<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>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
@@ -522,10 +522,6 @@
|
|||||||
<directory>target/generated-sources/angularjs/</directory>
|
<directory>target/generated-sources/angularjs/</directory>
|
||||||
<targetPath>templates</targetPath>
|
<targetPath>templates</targetPath>
|
||||||
</resource>
|
</resource>
|
||||||
<resource>
|
|
||||||
<directory>target/generated-sources/wro4j/</directory>
|
|
||||||
<targetPath>static</targetPath>
|
|
||||||
</resource>
|
|
||||||
</webResources>
|
</webResources>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
Reference in New Issue
Block a user