jonfrink / confluence-cmis-plugin

Automatically exported from code.google.com/p/confluence-cmis-plugin
Apache License 2.0
0 stars 0 forks source link

Missing artifacts when building #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to build the project

What is the expected output? What do you see instead?
Artifacts all built

What version of the product are you using? On what operating system?
HEAD with Maven 2.2.1

Please provide any additional information below.
I'm trying to build this project but I keep getting a missing artifact:
org.twdata.maven:maven-cli-plugin:maven-plugin:0.6.4

The repositories I've added include:
  central (http://repo1.maven.org/maven2),
  jboss-public 
(http://maven.alfresco.com/nexus/service/local/repositories/jboss-public),
  atlassian-contrib (https://maven.atlassian.com/contrib),
  ss-public 
(http://maven.alfresco.com/nexus/content/repositories/sourcesense-public)

It does not appear to be in any of them. How do I compile this project 
without the plugin?

Original issue reported on code.google.com by anthony....@gmail.com on 8 Dec 2009 at 7:28

GoogleCodeExporter commented 8 years ago
I added the following fragment to the pom.xml to obtain the plugin:

   <pluginRepositories>
        <pluginRepository>
            <id>twdata-m2-repository</id>
            <name>twdata.org Maven 2 Repository</name>
            <url>http://twdata-m2-repository.googlecode.com/svn/</url>
        </pluginRepository>
   </pluginRepositories>

Original comment by cees.ro...@gmail.com on 23 Dec 2009 at 2:49