[keycloak-dev] Building Keycloak from master

Stian Thorgersen stian at redhat.com
Mon Feb 2 03:08:14 EST 2015



----- Original Message -----
> From: "Guy Davis" <guydavis.ca at gmail.com>
> To: "Marek Posolda" <mposolda at redhat.com>
> Cc: "Stian Thorgersen" <stian at redhat.com>, keycloak-dev at lists.jboss.org
> Sent: Sunday, 1 February, 2015 4:16:01 PM
> Subject: Re: [keycloak-dev] Building Keycloak from master
> 
> Hi Marek,
> 
> Yes, I now can get a successful build this week against master.  However, I
> don't see any packaged build output, similar to what I can download for the
> 1.1.0 release.  Is there a Maven command to get that packaged output that
> for the master branch that I could then try to deploy into my JBoss EAP
> 6.1alpha container?
> 
> Your (and others) help is much appreciated.

# mvn clean install -Pdistribution

The dists end up in distribution/appliance-dist/target

> 
> Guy
> 
> On Mon, Jan 26, 2015 at 1:53 AM, Marek Posolda <mposolda at redhat.com> wrote:
> 
> >  Maybe you can try:
> >
> > mvn clean install -DskipTests=true
> >
> > Hope it helps,
> > Marek
> >
> >
> > On 23.1.2015 17:46, Guy Davis wrote:
> >
> > Hi Stian,
> >
> > Thanks for the correct maven command.  Yes, the failed tests seem to be
> > preventing the generation of deployable artifiacts in a 'build' or similar
> > folder.  Is there anyway to disable unit test execution on master to get
> > the artifacts to try?
> >
> >  [image: Inline image 1]
> >
> >  Thanks,
> > Guy
> >
> > On Fri, Jan 23, 2015 at 6:53 AM, Stian Thorgersen <stian at redhat.com>
> > wrote:
> >
> >>
> >>
> >> ----- Original Message -----
> >> > From: "Guy Davis" <guydavis.ca at gmail.com>
> >> > To: keycloak-dev at lists.jboss.org
> >> > Sent: Friday, January 23, 2015 2:39:04 PM
> >> > Subject: [keycloak-dev] Building Keycloak from master
> >> >
> >> > Good day,
> >> >
> >> > I've been able to get the 1.1.0.Beta2 distribution running inside my
> >> JBoss
> >> > EAP 6.1alpha with the JBoss 7 adapter. However, I would like to try the
> >> > latest work related to identity brokering by building the master
> >> branch. I
> >> > couldn't find build instructions in the master checkout from Git, so
> >> tried
> >> > the following generic steps:
> >> >
> >> >
> >> >     1. mvn compile --> Succeeded
> >> >     2. mvn package --> Failed with test errors.
> >> >
> >> > It would be great if you could point me to the steps to build master
> >> into a
> >> > distribution that I could then deploy into my local JBoss. I'm very much
> >> > looking forward to trying out the latest work.
> >>
> >> # mvn clean install
> >>
> >> There seems to be some tests failing in master atm though
> >>
> >> >
> >> > Thanks much,
> >> > Guy
> >> >
> >> > _______________________________________________
> >> > keycloak-dev mailing list
> >> > keycloak-dev at lists.jboss.org
> >> > https://lists.jboss.org/mailman/listinfo/keycloak-dev
> >>
> >
> >
> >
> > _______________________________________________
> > keycloak-dev mailing
> > listkeycloak-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/keycloak-dev
> >
> >
> >
> 


More information about the keycloak-dev mailing list