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