Hi, I fixed the above issue.
I tried to resolve dependencies for the project from terminal using *mvn dependency:resolve* It helped me in identifying the problem giving the error message below. *Unresolveable build extension: Plugin com.atlassian.maven.plugins:maven-refapp-plugin:5.0.13 or one of its dependencies could not be resolved: Failed to collect dependencies for com.atlassian.maven.plugins:maven-refapp-plugin:jar:5.0.13 (): Failed to read artifact descriptor for com.atlassian.fugue:fugue:jar:1.0: Failure to find com.atlassian.pom:atlassian-public-pom:pom:28 in http://repo.maven.apache.org/maven2 <http://repo.maven.apache.org/maven2> was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced* As the solution, I deleted the existing *com.atlassian.maven.plugins:maven-refapp-plugin:5.0.13* in my maven repository and downloaded the library again. Thanks. Regards, Dilhasha *M.N.F. Dilhasha* Software Engineering Intern | *WSO2 Lanka* email : *[email protected] <[email protected]>*mobile : +94 77 8449321 On Mon, Mar 2, 2015 at 5:01 PM, Fathima Dilhasha <[email protected]> wrote: > I tried manually adding the library ( > *com.atlassian.maven.plugins:maven-refapp-plugin:5.0.13*) as well. > I have attached a screen shot of my maven repository, for above plugin. > Even after updating, it gives same error. > > Thanks. > > Regards, > Dilhasha > > > *M.N.F. Dilhasha* > Software Engineering Intern | *WSO2 Lanka* > > email : > *[email protected] <[email protected]>*mobile : +94 77 8449321 > > On Mon, Mar 2, 2015 at 3:50 PM, Fathima Dilhasha <[email protected]> > wrote: > >> Hi, >> >> I am trying the REST plugin example at [1]. The pom file gives an error >> as follows, >> >> *Some problems were encountered while processing the POMs: [ERROR] >> Unresolveable build extension: Plugin >> com.atlassian.maven.plugins:maven-refapp-plugin:5.0.13 or one of its >> dependencies could not be resolved: Failed to collect dependencies for >> com.atlassian.maven.plugins:maven-refapp-plugin:jar:5.0.13 () @ [ERROR] >> Unknown packaging: atlassian-plugin @ line 14, column 16 (at line 3)* >> >> I have attached the pom.xml as well. >> >> Can someone help me on this? >> >> [1] >> https://developer.atlassian.com/docs/atlassian-platform-common-components/rest-api-development/developing-a-rest-service-plugin >> >> Thanks, >> Dilhasha >> >> *M.N.F. Dilhasha* >> Software Engineering Intern | *WSO2 Lanka* >> >> email : >> *[email protected] <[email protected]>*mobile : +94 77 8449321 >> > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
