Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The current ant install and deploy tasks require an existing pom file. There should be a way to specify a groupId, artifactId, and version and have the ant taks automatically generate a simple pom. This should work like the deploy:deploy-file goal.
Issue Links
- relates to
-
MANTTASKS-168
New task to write a pom file
-
Activity
Jason van Zyl
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Component/s | Ant tasks [ 11532 ] | |
| Issue Type | New Feature [ 2 ] | Bug [ 1 ] |
| Project | Maven 2 [ 10500 ] | Maven 2.x Ant Tasks [ 11533 ] |
| Key | MNG-3851 |
|
Paul Gier
made changes -
| Link |
This issue relates to |
Paul Gier
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Won't Fix [ 2 ] |
Hi,
Why don't you use/create an archetype to generate, first, your project architecture (pom.xml, src/main/java, etc.)
http://maven.apache.org/plugins/maven-archetype-plugin/
Kind regards,
Aziz