shibboleth-dev - question on src build
Subject: Shibboleth Developers
List archive
- From: "Kevin P. Foote" <>
- To: shibboleth development <>
- Subject: question on src build
- Date: Tue, 14 Jul 2009 13:43:16 -0400 (EDT)
Ok don't mean to bug the dev list..
Looking for clarification and best practice here. I'm by no means an
expert at maven etc.. but I've managed to find my way around some large
projects like sakai etc..
Anyway here is what I've done to build the latest REL_2 idp I'm
wondering if this is all ok.. Things seem to work so I'm guessing yea.
This took me some time to figure out which pieces needed to actually be
built local and available in my ~/.m2/repository so I just wanted to
verify this will get the latest and greatest IdP built.
- get and build latest java-shib-common
svn co https://svn.middleware.georgetown.edu/java-shib-common/branches/REL_1
java-shib-common
mvn -DskipTests install
- get and build latest java-opensaml2-main
svn co https://svn.middleware.georgetown.edu/java-opensaml2-main/branches/REL_2 java-opensaml2-main mvn -DskipTests install
- get and build latest java-idp
svn co https://svn.middleware.georgetown.edu/java-idp/branches/REL_2
shib-idp-2.x
Before building modified pom.xml to include this dependency in the
compile area.
<dependency>
<groupId>org.opensaml</groupId>
<artifactId>opensaml</artifactId>
<version>2.2.4</version>
</dependency>
build with mvn -e -DskipTests=true install
All tests skipped and I now have shibboleth-identityprovider-2.1.3-bin.tar.gz
in target dir
------
thanks
kevin.foote
- question on src build, Kevin P. Foote, 07/14/2009
- Re: [Shib-Dev] question on src build, Paul Hethmon, 07/14/2009
Archive powered by MHonArc 2.6.16.