Page 1 of 1

Missing artifacts admin-module.jar:2.0.0-M 1-5

Posted: Wed Aug 15, 2012 2:46 am
by vaidyanathan
Hi, while trying to set up the demo project, I'm stuck in the final step trying to download some dependencies:

Multiple annotations found at this line:
- Missing artifact org.broadleafcommerce:broadleaf-open-admin-platform:jar:2.0.0-M1-5
- Missing artifact org.broadleafcommerce:broadleaf-framework:jar:2.0.0-M1-5
- Missing artifact org.broadleafcommerce:broadleaf-profile:jar:2.0.0-M1-5
Also the following dependencies are missing:
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-admin-module</artifactId>
</dependency>
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-contentmanagement-module</artifactId>
</dependency>
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-framework-web</artifactId>
</dependency>
<dependency>
<groupId>org.broadleafcommerce</groupId>
<artifactId>broadleaf-common</artifactId>
</dependency>


It also does not look like these are available in the standard maven repositories - these look like these are part of your repository.
I have also tried this in the repository of admin/pom.xml, but still unsuccessful.
<repositories>
<repository>
<id>public releases</id>
<name>public releases</name>
<url>http://www.broadleafcommerce.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>public releases</id>
<name>public releases</name>
<url>http://www.broadleafcommerce.org/nexus/content/repositories/releases/</url>
<releases>
<enabled>false</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
</repository>
</repositories>

Re: Missing artifacts admin-module.jar:2.0.0-M 1-5

Posted: Wed Aug 15, 2012 8:24 am
by Valdus
Simply update the pom on your DemoSite to reflect the blc version tag of 2.0.0-M 1-5 and that should update all your repositories and jar files.

Re: Missing artifacts admin-module.jar:2.0.0-M 1-5

Posted: Sun Aug 19, 2012 2:39 am
by vaidyanathan
What I was getting at is that possibly some jars have not been uploaded on the repository server.
This problem is not reproducible on 2.0.0-M 1-4 version. So I'm now going with the older version for now.

Re: Missing artifacts admin-module.jar:2.0.0-M 1-5

Posted: Sun Aug 19, 2012 10:51 am
by aazzolini
You might want to clear your local maven repository and try to use M1-5 again.

We are making lots of changes between milestone releases.

The JARs are definitely posted on our Nexus: http://nexus.broadleafcommerce.org/nexu ... .0.0-M1-5/