Skip to content

Commit

Permalink
building release with process profile
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/geotools/trunk@38834 e5c1c795-43da-0310-a71f-fac65c449510
  • Loading branch information
jdeolive committed Jun 26, 2012
1 parent bf75ec1 commit d737e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/build_release.sh
Expand Up @@ -143,7 +143,7 @@ popd > /dev/null
if [ -z $SKIP_BUILD ]; then
echo "building release"
#mvn $MAVEN_FLAGS -Dall clean
mvn $MAVEN_FLAGS -DskipTests clean install
mvn $MAVEN_FLAGS -DskipTests -P process clean install
mvn $MAVEN_FLAGS -DskipTests assembly:assembly
fi

Expand Down

0 comments on commit d737e0f

Please sign in to comment.