Author: fmeschbe
Date: Tue Jul 7 14:10:41 2009
New Revision: 791843
URL: http://svn.apache.org/viewvc?rev=791843&view=rev
Log:
SLING-1036 use documented default location for generated remote resources to be
included in the web app instead of local reconfiguration
Modified:
sling/trunk/launchpad/base/pom.xml
Modified: sling/trunk/launchpad/base/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/launchpad/base/pom.xml?rev=791843&r1=791842&r2=791843&view=diff
==============================================================================
--- sling/trunk/launchpad/base/pom.xml (original)
+++ sling/trunk/launchpad/base/pom.xml Tue Jul 7 14:10:41 2009
@@ -43,21 +43,9 @@
<url>http://svn.apache.org/viewvc/sling/trunk/launchpad/base</url>
</scm>
- <properties>
- <!-- where the remote resources plugin should place the legalize stuff
-->
-
<remote.res.tmp>${project.build.directory}/remote-resources</remote.res.tmp>
- </properties>
-
<build>
<plugins>
<plugin>
- <!-- overwrite the default location -->
- <artifactId>maven-remote-resources-plugin</artifactId>
- <configuration>
- <outputDirectory>${remote.res.tmp}</outputDirectory>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>1.4.3</version>
@@ -178,7 +166,7 @@
<webResource>
<targetPath></targetPath>
<filtering>false</filtering>
- <directory>${remote.res.tmp}</directory>
+
<directory>${project.build.directory}/maven-shared-archive-resources</directory>
</webResource>
</webResources>
</configuration>