It's posted!
The URL for the repository is
http://labs.lunarlogic.com/proximity/repository/. The group
id is "com.lunarlogic.maven.archetypes" and the artifact id is
"maven-archetype-jee-seam".
In order to use this without installing the artifact manually you need to add the
following entry to ~/.m2/settings.xml
| <settings>
| ...
| <profiles>
| ...
| <profile>
| <id>lunarlogic-repository-profile</id>
| <repositories>
| <repository>
| <id>lunarlogic</id>
|
<
url>http://labs.lunarlogic.com/proximity/repository/lunarlogic</url...
| </repository>
| </repositories>
| </profile>
| ...
| </profiles>
| ...
| <activeProfiles>
| ...
| <activeProfile>lunarlogic-repository-profile</activeProfile>
| ...
| </activeProfiles>
| ...
| </settings>
|
Usage instructions have been posted at
http://www.lunarlogic.com/blog/show/maven_archetype_for_jboss_seam.
Phillip Singer
http://www.lunarlogic.com
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985541#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...