This content has been marked as final.
Show 2 replies
-
1. Re: Is something wrong with the Nexus Repository at the moment
jaikiran Sep 7, 2010 5:30 AM (in response to speleomaniac)I don't think anything is wrong. The jbpm artifcat that you are looking at is a "pom" type:
<name>JBoss jBPM3</name> <groupId>org.jbpm.jbpm3</groupId> <artifactId>jbpm</artifactId> <packaging>pom</packaging> <version>3.2.7</version>
So you won't find any jars in there.
And no artifact and my maven builds are failing also.....
What does your dependency look like?
-
2. Re: Is something wrong with the Nexus Repository at the moment
speleomaniac Sep 7, 2010 6:15 AM (in response to jaikiran)Yes, I guess you are right I messed up something....
Thx for the answer