Pradeep and I had a look at this issue. Adding following version inline will fix the issue. <artifactId>axis2-aar-maven-plugin</artifactId> <version>*1.6.1-wso2v1*</version>
However, in platform pom its. <orbit.version.axis2>*1.6.1.wso2v1*</orbit.version.axis2> What would be the proper fix for this? On Thu, Mar 24, 2011 at 10:47 AM, Kasun Indrasiri <[email protected]> wrote: > Looks like its not using the a valid axis.version in security-verifier. > > > [INFO] Error building POM (may not be this project's POM). > > Project ID: org.apache.axis2:axis2-aar-maven-plugin > > Reason: POM 'org.apache.axis2:axis2-aar-maven-plugin' not found in > repository: Unable to download the artifact from any repository > > org.apache.axis2:axis2-aar-maven-plugin:pom:1.6.1.wso2v1 > > from the specified remote repositories: > com.springsource.repository.bundles.release ( > http://repository.springsource.com/maven/bundles/release), > com.springsource.repository.bundles.external ( > http://repository.springsource.com/maven/bundles/external), > repository.dev.java.net-maven2 (http://download.java.net/maven/2/), > wso2-maven2-snapshot-repository (http://dist.wso2.org/snapshots/maven2), > central (http://repo1.maven.org/maven2), > wso2-maven2-repository (http://dist.wso2.org/maven2), > wso2-maven2-repository-2 (http://dist.wso2.org/snapshots/maven2), > wso2-maven2-repository-1 (http://dist.wso2.org/maven2) > > for project org.apache.axis2:axis2-aar-maven-plugin > > > > > > -- security-verifier/pom.xml > > <plugins> > <plugin> > <groupId>org.apache.axis2</groupId> > <artifactId>axis2-aar-maven-plugin</artifactId> > <version>${version.axis2}</version> > <!--<version>${orbit.version.axis2}</version>--> > <extensions>true</extensions> > <configuration> > <fileSet> > <outputDirectory>lib</outputDirectory> > <excludes> > <exclude>**/*</exclude> > </excludes> > </fileSet> > <aarName>SecVerifier</aarName> > </configuration> > > </plugin> > </plugins> > > > -- > Kasun Indrasiri > Senior Software Engineer > WSO2, Inc.; http://wso2.com > lean.enterprise.middleware > > cell: +94 71 536 4128 > Blog : http://kasunpanorama.blogspot.com/ > -- Kasun Indrasiri Senior Software Engineer WSO2, Inc.; http://wso2.com lean.enterprise.middleware cell: +94 71 536 4128 Blog : http://kasunpanorama.blogspot.com/
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
