On 17 Jun 07, at 7:09 PM 17 Jun 07, [EMAIL PROTECTED] wrote:
Author: brett
Date: Sun Jun 17 19:09:03 2007
New Revision: 548167
URL: http://svn.apache.org/viewvc?view=rev&rev=548167
Log:
attach the assembly (and it's signatures) properly
Modified:
maven/components/branches/maven-2.0.x/maven-core/pom.xml
Modified: maven/components/branches/maven-2.0.x/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/
maven-2.0.x/maven-core/pom.xml?
view=diff&rev=548167&r1=548166&r2=548167
======================================================================
========
--- maven/components/branches/maven-2.0.x/maven-core/pom.xml
(original)
+++ maven/components/branches/maven-2.0.x/maven-core/pom.xml Sun
Jun 17 19:09:03 2007
@@ -39,9 +39,9 @@
</configuration>
<executions>
<execution>
- <phase>install</phase>
+ <phase>package</phase>
<goals>
- <goal>attached</goal>
+ <goal>single</goal>
</goals>
I find this description completely incomprehensible but doesn't it
say don't specify a phase and that's it's for a single project?
http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html
I honestly have no idea, I read that description I just said "huh?"
and carried on.
</execution>
</executions>
Thanks,
Jason
----------------------------------------------------------
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
----------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]