mvnrepository.com seems to indicate it's available:

http://mvnrepository.com/artifact/org.apache.struts/struts2-config-browser-plugin

And central seems to have it:

http://repo2.maven.org/maven2/org/apache/struts/struts2-config-browser-plugin/2.0.11.1/

Looking at your error below, it seems you might have a permissions issue:

<quote>
repository central (http://repo1.maven.org/maven2
>
> ): Specified destination
> directory cannot be created:
>
> /Users/marekkarczewski/.m2/repository/org/apache/struts/struts2-config-browser-plugin/
> 2.0.11.1

</quote>


On Mon, Sep 14, 2009 at 2:43 PM, measwel <marek_karczew...@yahoo.com.au>wrote:

>
> correction, pom specification was wrongly syntaxed. After correction I get:
>
> Downloading:
>
> http://repo1.maven.org/maven2/org/apache/struts/struts2-config-browser-plugin/2.0.11.1/struts2-config-browser-plugin-2.0.11.1.pom
> [WARNING] Unable to get resource
> 'org.apache.struts:struts2-config-browser-plugin:pom:2.0.11.1' from
> repository central (http://repo1.maven.org/maven2): Specified destination
> directory cannot be created:
>
> /Users/marekkarczewski/.m2/repository/org/apache/struts/struts2-config-browser-plugin/
> 2.0.11.1
> Downloading:
>
> http://static.appfuse.org/repository/org/apache/struts/struts2-config-browser-plugin/2.0.11.1/struts2-config-browser-plugin-2.0.11.1.pom
> [INFO] Unable to find resource
> 'org.apache.struts:struts2-config-browser-plugin:pom:2.0.11.1' in
> repository
> appfuse (http://static.appfuse.org/repository)
> [WARNING] POM for 'xfire:xfire-jsr181-api:pom:1.0-M1:compile' is invalid.
>
> Its dependencies (if any) will NOT be available to the current build.
> Downloading:
>
> http://repo1.maven.org/maven2/org/apache/struts/struts2-config-browser-plugin/2.0.11.1/struts2-config-browser-plugin-2.0.11.1.jar
> [WARNING] Unable to get resource
> 'org.apache.struts:struts2-config-browser-plugin:jar:2.0.11.1' from
> repository central (http://repo1.maven.org/maven2): Specified destination
> directory cannot be created:
>
> /Users/marekkarczewski/.m2/repository/org/apache/struts/struts2-config-browser-plugin/
> 2.0.11.1
> Downloading:
>
> http://static.appfuse.org/repository/org/apache/struts/struts2-config-browser-plugin/2.0.11.1/struts2-config-browser-plugin-2.0.11.1.jar
> [INFO] Unable to find resource
> 'org.apache.struts:struts2-config-browser-plugin:jar:2.0.11.1' in
> repository
> appfuse (http://static.appfuse.org/repository)
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.apache.struts:struts2-config-browser-plugin:jar:2.0.11.1
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=org.apache.struts
> -DartifactId=struts2-config-browser-plugin -Dversion=2.0.11.1
> -Dpackaging=jar -Dfile=/path/to/file
>
>  Alternatively, if you host your own repository you can deploy the file
> there:
>      mvn deploy:deploy-file -DgroupId=org.apache.struts
> -DartifactId=struts2-config-browser-plugin -Dversion=2.0.11.1
> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>  Path to dependency:
>        1) com.hw.app:HW_STRUTS:war:1.0
>        2) org.apache.struts:struts2-config-browser-plugin:jar:2.0.11.1
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
>  com.hw.app:HW_STRUTS:war:1.0
>
> --
> View this message in context:
> http://www.nabble.com/how-can-I-add-a-plugin-to-appfuse-tp25427517s2369p25443294.html
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
> For additional commands, e-mail: users-h...@appfuse.dev.java.net
>
>

Reply via email to