Benson Margulies-4 wrote:
> 
> Then, install it using the command:
>     mvn install:install-file -DgroupId=org.apache.cxf
> -DartifactId=cxf-xml2fastinfoset-plugin -Dversion=2.1.2-SNAPSHOT
> -Dpackaging=maven-plugin -Dfile=/path/to/file
> 
> Alternatively, if you host your own repository you can deploy the file
> there:
>     mvn deploy:deploy-file -DgroupId=org.apache.cxf
> -DartifactId=cxf-xml2fastinfoset-plugin -Dversion=2.1.2-SNAPSHOT
> -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
> 
> 
>   org.apache.cxf:cxf-xml2fastinfoset-plugin:maven-plugin:2.1.2-SNAPSHOT
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
>   org.apache.cxf:cxf-xml2fastinfoset-plugin:maven-plugin:2.1.2-SNAPSHOT
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
> 

In addition, if you are looking for a repository you can deploy snapshots to
locally, I've had good luck running Nexus.  The version which was released
yesterday allow you to manually upload an artifact via the UI:  
http://nexus.sonatype.org
-- 
View this message in context: 
http://www.nabble.com/Can-anyone-else-build--I%27m-missing-an-artifact-tp18345661p18365360.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Reply via email to