Hi

With this configuration:
   <pluginRepositories>
       <pluginRepository>
           <id>maven-staging-031</id>
           <name>maven-staging-031</name>
<url>https://repository.apache.org/content/repositories/maven-staging-031</url>
       </pluginRepository>
   </pluginRepositories>

   <build>
       <plugins>
           <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-assembly-plugin</artifactId>
               <version>2.2-beta-4</version>
               <configuration>
                   <descriptorRefs>
                       <descriptorRef>jar-with-dependencies</descriptorRef>
                   </descriptorRefs>
               </configuration>
               <executions>
                   <execution>
                       <id>make-assembly</id>
                       <phase>package</phase>
                       <goals>
                           <goal>single</goal>
                       </goals>
                   </execution>
               </executions>
           </plugin>
       </plugins>
   </build>

I have "target" folder/package inside jar-with-dependencies archive which contains copies of my project classes (they are in the normal
package structure within this archive too).

Greetings

Grzegorz Slowikowski

John Casey wrote:
Hi,

As I'm sure you've noticed, we've had a large thread on this list regarding how to put together a proper ASF release using Maven. In order to enable the Assembly plugin to take on the burden of producing ASF source-release assemblies, we had to fix a few bugs. Along with this, I've also tackled the tar/zip file modes problem. The staged repository for this release can be found at:

https://repository.apache.org/content/repositories/maven-staging-031

The JIRA notes for the release can be found at the following URL, or at appended to the end of this message:

http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11126&styleName=Html&version=15298

Please vote!

[ ] +1 Pull the trigger!
[ ] +0 ...like I care
[ ] -1 Stop right there and back away from the plugin slowly!

Here's my +1.

Thanks!

-john

===================


Release Notes - Maven 2.x Assembly Plugin - Version 2.2-beta-4


** Bug
    * [MASSEMBLY-238] - Assembly plugin removes file permissions
* [MASSEMBLY-379] - Follow-up: file permissions are removed when creating tar.gz assembly * [MASSEMBLY-413] - Assembly plugin uses absolute paths from project instance after interpolation * [MASSEMBLY-414] - Allow regular expressions in include/exclude patterns for filesets




---
John Casey
Developer and PMC Member, Apache Maven (http://maven.apache.org)
Member, Apache Software Foundation

"What we have to learn to do, we learn by doing."
       -Aristotle

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



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

Reply via email to