You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: