|
|
|
Re: HOW TO RECEIVE A CARNOT.EAR FILE [message #1696388 is a reply to message #1696361] |
Tue, 26 May 2015 09:16   |
Rajkumar Dangi Messages: 51 Registered: November 2014 Location: Pune, India |
Member |
|
|
Hi Hana,
Currently stardust maven archetypes are only available for tomcat "tc7-ipp-portal-war"
If you refer "Other Archetypes" in shared link
it says "While we are working on providing all available archetypes for Stardust, you can get free access to the Infinity Process Platform - the product Stardust originates from"
So you can build jboss EAR for "Infinity Process Platform" not for stardust. and you need to follow same instruction as mentioned in the doc or as below:
1. Setup maven(version 3.0.3)
2. As mention in provided doc need to get repository access "https://infinity.sungard.com/repository" for that you need to follow steps as mentioned here:
http://www.eclipse.org/stardust/download/download.php
3. Once you have access update your maven's "settings.xml" for detail refer "Other Archetypes" section of provided documents
4. You can use below maven commands to checkout JBOSS archetypes:
Quote:
mvn archetype:generate -DarchetypeGroupId=com.infinity.bpm.archetypes -DarchetypeArtifactId=ipp-archetype-jb51-ipp-ear -DarchetypeVersion=7.3.4 -DgroupId=com.infinity.test -DartifactId=ipp-archetype-jb51-ipp-ear -Dversion=7.3.4
5. Navigate to above created project and run mvn clean package
It will create "carnot.ear" compatible with jboss5 based on "infinity process platform" version 7.3.4
-Thanks
RajKumar
[Updated on: Tue, 26 May 2015 10:39] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.04056 seconds