[jbpm-dev] [Design of JBoss jBPM] - Re: jBPM3 switched to maven

jbarrez do-not-reply at jboss.com
Fri Jul 18 04:38:10 EDT 2008


Ok, I've got it working!

It seems that the profile must be set as an active profile in order to work (which is logical off course ...)

Perhaps something to add to the Wiki?

Btw, this is my settings.xml:

<settings>
  |   <profiles>
  | 	<profile>
  | 		<id>jboss</id>
  | 		<repositories>
  | 			<repository>
  | 				<id>jboss-snapshots</id>
  | 				<url>http://snapshots.jboss.org/maven2</url>
  | 			</repository>
  | 		</repositories>
  | 	</profile>
  |   </profiles>
  |   
  |    <activeProfiles>
  |     <activeProfile>jboss</activeProfile>
  |   </activeProfiles>
  |   
  | </settings>


Now I still have troubles with JAXB which isn't found...but I'll figure it out

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165271#4165271

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165271



More information about the jbpm-dev mailing list