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/
_______________________________________________ Carbon-dev mailing list [email protected] http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
