]> granicus.if.org Git - postgis/commitdiff
Include pom.xml in distribution (#3154)
authorSandro Santilli <strk@keybit.net>
Fri, 12 Jun 2015 19:32:20 +0000 (19:32 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 12 Jun 2015 19:32:20 +0000 (19:32 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13671 b70326c6-7e19-0410-871a-916f4a2858ee

make_dist.sh

index 78b1d602f8086eaeffbaa15743f1ff20729ff5c7..0d776bb6a98c457954afeb1158fbaede3bb4fdad 100755 (executable)
@@ -61,19 +61,17 @@ make comments
 if [ $? -gt 0 ]; then
        exit 1
 fi
-
 make clean # won't drop the comment files
+cd "$owd"
 
-# cd "$owd"
-# echo "Make java pom file"
-# owd="$PWD"
-# cd "$outdir"
-# cd java/jdbc
-# make pom.xml
-# if [ $? -gt 0 ]; then
-#      exit 1
-# fi
-
+# generating pom file
+echo "Generating java pom file"
+owd="$PWD"
+cd "$outdir"/java/jdbc
+make pom.xml
+if [ $? -gt 0 ]; then
+  exit 1
+fi
 cd "$owd"
 
 # Run make distclean