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

alex.guizar@jboss.com do-not-reply at jboss.com
Fri Jun 27 13:51:18 EDT 2008


Note for starters: you need to add the snapshots repository or your fresh maven build will not work.

  <repositories>
  |     <repository>
  |       <id>jboss-snapshots</id>
  |       <url>http://snapshots.jboss.org/maven2/</url>
  |     </repository>
  |   </repositories>

Thomas: is this intentional? I saw the following snippet in the POM which doesn't look quite right...
  <distributionManagement>
  |     <site>
  |       <id>jbws.dyndns.org</id>
  |       <url>file:///home/tdiesler/workspace/jbpm-site</url>
  |     </site>
  |   </distributionManagement>

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

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



More information about the jbpm-dev mailing list