You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2014/01/22 12:52:37 UTC

svn commit: r1560323 - /stanbol/branches/release-0.12/README.md

Author: fchrist
Date: Wed Jan 22 11:52:37 2014
New Revision: 1560323

URL: http://svn.apache.org/r1560323
Log:
Mentioned the use of the no-snapshot-dep profile

Modified:
    stanbol/branches/release-0.12/README.md

Modified: stanbol/branches/release-0.12/README.md
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/README.md?rev=1560323&r1=1560322&r2=1560323&view=diff
==============================================================================
--- stanbol/branches/release-0.12/README.md (original)
+++ stanbol/branches/release-0.12/README.md Wed Jan 22 11:52:37 2014
@@ -105,6 +105,23 @@ launcher with::
 In eclipse, you can then create a new "Debug Configuration" with type "Remote
 Java Application" and connect it to localhost on port 8787.
 
+
+## Build without SNAPSHOTs from Apache Repository
+
+Apache Stanbol deployes current SNAPSHOTS of components from the trunk to the
+Apache SNAPSHOT Maven repository. This is done on each succesful Jenkins build
+at https://builds.apache.org/view/S-Z/view/Stanbol/job/stanbol-trunk/
+
+To locally build Stanbol without loading available SNAPSHOTs from the Apache
+SNAPSHOT repository, use can use the 'no-snapshot-dep' profile.
+
+    $ mvn clean install -Pno-snapshot-dep
+
+This profile especially useful if you are preparing a release and want to
+ensure that there are no dangling SNAPSHOT dependencies that can not be
+resolved from within the locally available components.
+
+
 ## License check via the Apache's Release Audit Tool (RAT)
 
 To check for license headers within the source code Stanbol uses the RAT Maven
@@ -114,6 +131,7 @@ For example to check the licenses in the
 
     $ mvn install -Prat
 
+
 ## Release Apache Stanbol
 
 You should read [1,2] before doing any release related actions.
@@ -133,6 +151,7 @@ release plugin [3] is used. For doing of
 [2] http://incubator.apache.org/guides/releasemanagement.html
 [3] http://maven.apache.org/plugins/maven-release-plugin/
 
+
 ## Useful links
 
   - Documentation will be published and mailing lists info on [the official