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 
${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 1-4.1.SNAPSHOT with 1.4.1 and 
rebuilding 
the .jar with modified xml the plugin worked (installed and was scanned 
correctly
as a dependent plugin)
(I had to perform the same set of procedures for the maven-mar-plugin..in fact 
ALL new plugins)
so my answer is yes this is a bug

i dont know about 2...8
?
Martin 
______________________________________________ 
Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung / Note de 
déni et de confidentialité 
This message is confidential. If you should not be the intended receiver, then 
we ask politely to report. Each unauthorized forwarding or manufacturing of a 
copy is inadmissible. This message serves only for the exchange of information 
and has no legal binding effect. Due to the easy manipulation of emails we 
cannot take responsibility over the the contents.
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.






> Date: Tue, 28 Apr 2009 15:03:19 -0700
> From: m...@raibledesigns.com
> To: users@maven.apache.org
> Subject: Issues with archetype:create-from-project
> 
> 
> 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
> archetype's version to be the same as my project.
> 
> 2. When I have an empty property (e.g. <jdbc.password></jdbc.password>),
> it's removed from the resulting pom.xml.
> 
> 3. When generating a multi-module archetype, the package names in my
> hibernate.cfg.xml are replaced with ${package}. This doesn't happen when
> generating a single-module archetype.
> 
> 4. Package expansion doesn't happen for files in a package hierarchy under
> src/main/resources.
> 
> 5. I'm unable to set a description for the generated archetype.
> 
> 6. Replacing of package names with ${package} seems to work different b/w
> multi-module and single-module projects. In a multi-module project,
> "org.appfuse.webapp" gets replaced with "${package}.webapp". In a
> single-module project, "org.appfuse.webapp" gets replaced with "${package}".
> 
> 7. TLD files are not scanned for packages to replace.
> 
> 8. The web.xml file is not scanned for packages to replace.
> 
> I've been able to workaround most of these issues by using Ant to manipulate
> the project after it's generated (before installing). Should I enter these
> as issues in JIRA?
> 
> Thanks,
> 
> Matt
> -- 
> View this message in context: 
> http://www.nabble.com/Issues-with-archetype%3Acreate-from-project-tp23286970p23286970.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 

_________________________________________________________________
Windows Live™ Hotmail®:…more than just e-mail.
http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_more_042009

Reply via email to