Missing artifacts admin-module.jar:2.0.0-M 1-5
Posted: Wed Aug 15, 2012 2:46 am
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>
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>