[jboss-dev-forums] [jBPM Development] - pom.xml broke with mvel upgrade

Jeffrey Bride do-not-reply at jboss.com
Wed Apr 13 11:17:10 EDT 2011


Jeffrey Bride [http://community.jboss.org/people/jbride] created the discussion

"pom.xml broke with mvel upgrade"

To view the discussion, visit: http://community.jboss.org/message/599856#599856

--------------------------------------------------------------
Hi,
  i just cloned the latest jbpm5 source from git and encountered a problem with the build process.  maven seems to complain about mvel2 (2.1-SNAPSHOT) not existing in the configured repositories.  The fix appears to simply flip the 'snapshot enabled'  flag to 'true' for the 'jboss-public-repository-group' repo.  setting this flag to 'true' does not appear to introduce any side effects as I was able to build successfully.  sample xml snippet from pom.xml as follows :

{code}
 56     <repository>
 57       <id>jboss-public-repository-group</id>
 58       <name>JBoss Public Maven Repository Group</name>
 59       <url> https://repository.jboss.org/nexus/content/groups/public/ https://repository.jboss.org/nexus/content/groups/public/</url>
 60       <layout>default</layout>
 61       <releases>
 62         <enabled>true</enabled>
 63         <updatePolicy>never</updatePolicy>
 64       </releases>
 65       <snapshots>
 66         <enabled>true</enabled>
 67       </snapshots>
 68     </repository>
{code}


thanks, jeff
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/599856#599856]

Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20110413/54ccf1af/attachment.html 


More information about the jboss-dev-forums mailing list