You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jason van Zyl <ja...@maven.org> on 2007/06/18 04:28:04 UTC

Re: svn commit: r548167 - /maven/components/branches/maven-2.0.x/maven-core/pom.xml

On 17 Jun 07, at 7:09 PM 17 Jun 07, brett@apache.org 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r548167 - /maven/components/branches/maven-2.0.x/maven-core/pom.xml

Posted by Brett Porter <br...@apache.org>.
On 18/06/2007, at 12:28 PM, Jason van Zyl wrote:

>
> 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?

Bad grammar. My fault - I wrote it, so I'll fix it now.

attached will work too, but single is more appropriate since it is  
not aggregating any modules.

- Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org