Created
August 12, 2011 11:50
-
-
Save olamy/1141905 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
svn co http://svn.codehaus.org/redback/redback/trunk/ redback | |
cd redback | |
mvn install -Dtest=LoginServiceTest -DfailIfNoTests=false -pl redback-rest/redback-rest-services/ -am | |
everthing is in the modules under redback-rest | |
interface and beans in redback-rest/redback-rest-api/ | |
impl and test in redback-rest/redback-rest-services/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment