Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't resolve POM dependencies #37

Open
rahulsu opened this issue Aug 8, 2015 · 1 comment
Open

can't resolve POM dependencies #37

rahulsu opened this issue Aug 8, 2015 · 1 comment

Comments

@rahulsu
Copy link

rahulsu commented Aug 8, 2015

I was trying this quickstart but whne I run 'mvn clean package jboss-as:deploy' I see errors saying cant resolve error:

[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not find artifact org.picketlink:picket
link-javaee-6.0:pom:2.8.0.Beta1-SNAPSHOT @ line 63, column 19
[ERROR] 'dependencies.dependency.version' for org.picketlink:picketlink:jar is m
issing. @ line 79, column 17
[ERROR] 'dependencies.dependency.version' for org.picketlink:picketlink-idm-simp
le-schema:jar is missing. @ line 90, column 17
[ERROR] 'dependencies.dependency.version' for org.picketlink:picketlink-json:jar
is missing. @ line 100, column 17
[ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is mi
ssing. @ line 106, column 17
[ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.ejb:jboss-ejb
-api_3.1_spec:jar is missing. @ line 112, column 17
[ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.ws.rs:jboss-j
axrs-api_1.1_spec:jar is missing. @ line 118, column 17
[ERROR] 'dependencies.dependency.version' for org.hibernate.javax.persistence:hi
bernate-jpa-2.0-api:jar is missing. @ line 124, column 17
[ERROR] 'dependencies.dependency.version' for javax.mail:mail:jar is missing. @
line 130, column 17
@
[ERROR] The build could not read 1 project -> [Help 1]

my settings.xml has the following content. Do we have any 'contributor-settings.xml' that we can use for this picket link quickstart. I don't see it in the branch.

 <profile>
      <id>jboss-developer-repository</id>
      <repositories>
          <repository>
              <id>jboss-developer-repository</id>
              <url>http://jboss-developer.github.io/temp-maven-repo/</url>
              <releases>
                  <enabled>true</enabled>
              </releases>
              <snapshots>
                  <enabled>false</enabled>
              </snapshots>
          </repository>
      </repositories>
      <pluginRepositories>
          <pluginRepository>
              <id>jboss-developer-plugin-repository</id>
              <url>http://jboss-developer.github.io/temp-maven-repo/</url>
              <releases>
                  <enabled>true</enabled>
              </releases>
              <snapshots>
                  <enabled>false</enabled>
              </snapshots>
          </pluginRepository>
      </pluginRepositories>
  </profile>
<activeProfiles>
<activeProfile>jboss-developer-repository</activeProfile>
</activeProfiles>
@rahulsu
Copy link
Author

rahulsu commented Aug 8, 2015

I resolved this issue after I saw Pedro's answer to a similar issue in the past. I was using branch with 'master' tag instead of the the last final version.

thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant