Re: Issues with archetype:create-from-project

2010-08-05 Thread mid491
2. When I have an empty property (e.g. ), it's removed from the resulting pom.xml. Hi, still not working with multi-modules (2.0-alpha-6) -- View this message in context: http://maven.40175.n5.nabble.com/Issues-with-archetype-create-from-project-tp122518p2265030.html Sent from the Maven -

Re: Issues with archetype:create-from-project

2010-03-17 Thread Bernard Lupin
Hi Matt, I encounter quite all of your issues. However, I've solved some of them with tricks : 1. I have an archetype.properties file within my project, containing these properties : archetype.groupId=com.company.project archetype.artifactId=project-archetype-example

Re: Issues with archetype:create-from-project

2009-05-07 Thread Raphaël Piéroni
Hi Matt, Sorry for the late reply Yes, please create the jiras Raphaël 2009/4/29 mraible m...@raibledesigns.com I've been using archetype:create-from-project to create archetypes and have noticed some issues: 1. The generated archetype has a version of 1.0-SNAPSHOT. I want the

RE: Issues with archetype:create-from-project

2009-04-28 Thread Martin Gainty
With regards to #1 I noticed the same behaviour a few weeks back with building the new axis 2.1.5 distro the workaround was to change all versions with SNAPSHOT suffix e.g. 1.4.1-SNAPSHOT (version number) and replace with 1.4.1. I also had to change the folder name from

RE: Issues with archetype:create-from-project

2009-04-28 Thread Martin Gainty
(version number) and replace with 1.4.1. I also had to change the folder name from ${user.home}\.m2\repository\org\apache\maven\plugins\maven-aar-plugin\1.4.1-SNAPSHOT to ${user.home}\.m2\repository\org\apache\maven\plugins\maven-aar-plugin\1.4.1 after replacing all occurences of string