Hi All- Issue In Creating maven Project in Jboss Developer Studio

Posted on

I am facing issue with creating maven project in jboss developer studio as i am trying this because to create .jar file from wsdl and deploy that in BPM suite to create dataobjects.

I am following this links to do so

Link: https://access.redhat.com/solutions/800663
Link: https://github.com/jbossdemocentral/bpms-travel-agency-demo/tree/master/projects/acme-data-model

have downloaded maven and configured accordingly with JDBS by following
https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/BUILD_AND_DEPLOY.md#build-and-deploy-the-quickstarts

But No result- its trowing lot erros related to POM.xml and i have gone through so many websites.-nothing is working me

and even i tried importing hellowrld quickstart in jdbs following document but its throughing error on Pom.xml

Description Resource Path Location Type

ArtifactDescriptorException: Failed to read artifact descriptor for javax.enterprise:cdi-api:jar:1.0-SP4: ArtifactResolutionException: Failure to transfer javax.enterprise:cdi-api:pom:1.0-SP4 from http://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess-repository has elapsed or updates are forced. Original error: Could not transfer artifact javax.enterprise:cdi-api:pom:1.0-SP4 from/to jboss-earlyaccess-repository (http://maven.repository.redhat.com/earlyaccess/all/): connect timed out pom.xml /jboss-helloworld line 1 Maven Dependency Problem

ArtifactDescriptorException: Failed to read artifact descriptor for org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:jar:1.0.1.Final: ArtifactResolutionException: Failure to transfer org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:pom:1.0.1.Final from http://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess-repository has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:pom:1.0.1.Final from/to jboss-earlyaccess-repository (http://maven.repository.redhat.com/earlyaccess/all/): connect timed out pom.xml /jboss-helloworld line 1 Maven Dependency Problem

ArtifactDescriptorException: Failed to read artifact descriptor for org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar:1.0.2.Final: ArtifactResolutionException: Failure to transfer org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:pom:1.0.2.Final from http://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess-repository has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:pom:1.0.2.Final from/to jboss-earlyaccess-repository (http://maven.repository.redhat.com/earlyaccess/all/): connect timed out pom.xml /jboss-helloworld line 1 Maven Dependency Problem

CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-plugin:2.5.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1: ArtifactResolutionException: Failure to transfer org.apache.maven.plugins:maven-compiler-plugin:pom:2.5.1 from http://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess-repository has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:pom:2.5.1 from/to jboss-earlyaccess-repository (http://maven.repository.redhat.com/earlyaccess/all/): connect timed out pom.xml /jboss-helloworld line 24 Maven Project Build Lifecycle Mapping Problem

Failure to transfer org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from http://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess-repository has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to jboss-earlyaccess-repository (http://maven.repository.redhat.com/earlyaccess/all/): connect timed out pom.xml /jboss-helloworld line 1 Maven Configuration Problem

Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (execution: default-compile, phase: compile) pom.xml /jboss-helloworld line 24 Maven Project Build Lifecycle Mapping Problem

Project build error: Non-resolvable import POM: Failure to transfer org.jboss.spec:jboss-javaee-6.0:pom:3.0.2.Final from http://maven.repository.redhat.com/earlyaccess/all/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss-earlyaccess-repository has elapsed or updates are forced. Original error: Could not transfer artifact org.jboss.spec:jboss-javaee-6.0:pom:3.0.2.Final from/to jboss-earlyaccess-repository (http://maven.repository.redhat.com/earlyaccess/all/): connect timed out pom.xml /jboss-helloworld line 61 Maven pom Loading Problem

Project configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. jboss-helloworld line 1 Maven Configuration Problem

Please help me to resolve this.

Thanks suchitra

Responses