Author: niallp
Date: Thu Feb 21 09:13:27 2008
New Revision: 629875
URL: http://svn.apache.org/viewvc?rev=629875&view=rev
Log:
Attach assembly to "package" phase in "rc" profile
Modified:
commons/proper/proxy/branches/proxy-1.0-work/pom.xml
Modified: commons/proper/proxy/branches/proxy-1.0-work/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/branches/proxy-1.0-work/pom.xml?rev=629875&r1=629874&r2=629875&view=diff
==============================================================================
--- commons/proper/proxy/branches/proxy-1.0-work/pom.xml (original)
+++ commons/proper/proxy/branches/proxy-1.0-work/pom.xml Thu Feb 21 09:13:27
2008
@@ -260,4 +260,26 @@
<maven.compile.source>1.4</maven.compile.source>
<maven.compile.target>1.4</maven.compile.target>
</properties>
+
+ <profiles>
+ <profile>
+ <id>rc</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ <phase>package</phase>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
</project>