Charitha this is because the axis2-mar-maven plugin is used in the build and its not available in public repos. Can you try going into modules/tools/axis2-mar-maven-plugin and building that first before you attempt to build axis2. (If it fails saying that you need the axis2-aar-maven-plugin you may need to build that too).
On Thu, Aug 7, 2008 at 9:53 PM, Charitha Kankanamge (JIRA) <[EMAIL PROTECTED]>wrote: > Fails to build Axis2-1.4.1 from source distribution > --------------------------------------------------- > > Key: AXIS2-3968 > URL: https://issues.apache.org/jira/browse/AXIS2-3968 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: 1.4.1 > Environment: Winxp, Axis2-1.4.1 (Release candidate-2008-08-07), > jdk15, maven2.0.8 > Reporter: Charitha Kankanamge > Assignee: Nandana Mihindukulasooriya > Priority: Blocker > > > I couldnot build Axis2-1.4.1 from source distro. See the following output. > > Downloading: > http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar > Downloading: > http://repo1.maven.org/maven2/org/apache/axis2/axis2-mar-maven-plugin/1.4.1/axis2-mar-maven-plugin-1.4.1.jar > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Plugin could not be found - check that the goal name is correct: > Unable to download the artifact from any repository > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.axis2 > -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 -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.axis2 > -DartifactId=axis2-mar-maven-plugin -Dversion=1.4.1 -Dpackaging=maven-plugin > -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[ > id] > > > org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > ws-zones (http://ws.zones.apache.org/repository2), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository) > > org.apache.axis2:axis2-mar-maven-plugin:maven-plugin:1.4.1 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > ws-zones (http://ws.zones.apache.org/repository2), > apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository) > > [INFO] > ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 8 seconds > [INFO] Finished at: Thu Aug 07 21:48:38 IST 2008 > [INFO] Final Memory: 8M/15M > [INFO] > ------------------------------------------------------------------------ > > D:\axis2\axis2-1.4.1> > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
