[keycloak-dev] Failed building latest master - as7-subsystem

Marko Strukelj mstrukel at redhat.com
Mon May 25 10:43:52 EDT 2015


Sorry I didn't send a heads up about it to this mailing list :)

The de/activation mechanism you describe would mean that <activeByDefault> mechanism is even more useless than I thought, as it would auto turn off even more unpredictably.

Hopefully the proposed fix works for everybody.


----- Original Message -----
> Thanks Marko, good to know that you have fix already :-)
> 
> Actually I didn't use -P but I used JDK8 to build. Seeing there is
> profile "doclint-java8-disable" declared in pom.xml and active with
> JDK8, which is maybe why the profile "jboss-earlyaccess-repository"
> wasn't used.
> 
> Marek
> 
> On 25.5.2015 11:57, Marko Strukelj wrote:
> > Yeah, it's a bug. It happens if you pass -P to your mvn.
> >
> > When maven profile is activated via <activeByDefault>true</activeByDefault>
> > any use specifying of profiles via -P will deactivate such profiles that
> > would otherwise be active.
> >
> > I already made a PR for this ... but it's not in the master yet:
> > https://github.com/keycloak/keycloak/pull/1275
> >
> > You can work around this by first building without -P to make sure
> > artifacts are downloaded to local repo, then build again with -P and it
> > should work.
> >
> > You may have issues if you have a mirror configured as these artifacts are
> > pulled from JBoss Early Access repo ...
> >
> >
> > ----- Original Message -----
> >> I have some issues building latest master. Namely when building
> >> "integration/as7-subsystem" I had:
> >>
> >> [ERROR] Failed to execute goal on project keycloak-as7-subsystem: Could
> >> not resolve dependencies for project
> >> org.keycloak:keycloak-as7-subsystem:jar:1.3.0.Final-SNAPSHOT: The
> >> following artifacts could not be resolved:
> >> org.jboss.as:jboss-as-naming:jar:7.5.0.Final-redhat-15,
> >> org.jboss.as:jboss-as-server:jar:7.5.0.Final-redhat-15,
> >> org.jboss.as:jboss-as-ee:jar:7.5.0.Final-redhat-15,
> >> org.jboss.as:jboss-as-web:jar:7.5.0.Final-redhat-15: Could not find
> >> artifact org.jboss.as:jboss-as-naming:jar:7.5.0.Final-redhat-15 in
> >> jboss-public-repository-group
> >> (https://repository.jboss.org/nexus/content/groups/public-jboss)
> >>
> >>
> >> To workaround this, I downloaded jboss-eap-6.4.0.Alpha.zip and unzip it
> >> to my local maven repo. I guess we don't want this step to be required
> >> for build Keycloak? Is there any public repository, which contains those
> >> artifacts and which should be put into pom.xml ? Or am I just missing
> >> something?
> >>
> >> Marek
> >> _______________________________________________
> >> keycloak-dev mailing list
> >> keycloak-dev at lists.jboss.org
> >> https://lists.jboss.org/mailman/listinfo/keycloak-dev
> >>
> 
> 


More information about the keycloak-dev mailing list