Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-932 Here is an overview of the issue: --------------------------------------------------------------------- Key: MAVEN-932 Summary: Select which jars to deploy in uberjar Type: Improvement Status: Unassigned Priority: Minor Time Spent: Unknown Remaining: 2 days Project: maven Components: plugin-uberjar Assignee: Reporter: Ludovic Claude Created: Wed, 15 Oct 2003 7:07 AM Updated: Wed, 15 Oct 2003 7:07 AM Environment: All Description: My project creates a Ant task, and i want to create an uberjar that contains the jar for this task and its dependencies, but i want to remove ant.jar from the dependencies to be included in the uberjar. It would be great to have something like the following in project.xml: <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.5.3</version> <properties> <property name="uberjar.deploy" value="false" /> </properties> </dependency> --------------------------------------------------------------------- JIRA INFORMATION: This message is automatically generated by JIRA. If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
