[jboss-user] [JBoss Seam] - Re: Simple but complete Maven or ant example project needed
psinger
do-not-reply at jboss.com
Mon Nov 13 12:45:32 EST 2006
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#3985541
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985541
More information about the jboss-user
mailing list