Further information:

It seems to work if I configure the assembly plugin like this, but can
someone explain:

      <plugin>
        <artifactId>maven-assembly-plugin</artifactId>
        <!-- 495495 is subversion id of snapshot we use (AFAIK) -->
        <version>2.2.495495</version>
        <dependencies>
          <dependency>
            <groupId>org.apache.maven.shared</groupId>
            <artifactId>maven-repository-builder</artifactId>
            <version>1.0-alpha-1</version>
          </dependency>
          <dependency>
            <groupId>org.codehaus.plexus</groupId>
            <artifactId>plexus-archiver</artifactId>
            <version>1.0-alpha-8-SNAPSHOT</version>
          </dependency>
          <dependency>
            <groupId>org.apache.maven.shared</groupId>
            <artifactId>file-management</artifactId>
            <version>1.1</version>
          </dependency>
        </dependencies>

     <executions>....</executions>
    </plugin>

-- 
View this message in context: 
http://www.nabble.com/freezing-maven-assembly-plugin-for-my-build-tf3409508s177.html#a9499377
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to