This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch experimental in repository jts.
commit f71b4a3dc09999327cf109bb45e6e06a5a2535bb Author: Emmanuel Bourg <[email protected]> Date: Sat Dec 16 17:46:25 2017 +0100 Fixed the Maven build --- debian/libjts-java-doc.install | 2 +- debian/libjts-java.poms | 2 +- debian/maven.ignoreRules | 2 ++ debian/maven.rules | 13 +------------ 4 files changed, 5 insertions(+), 14 deletions(-) diff --git a/debian/libjts-java-doc.install b/debian/libjts-java-doc.install index c571675..18200d7 100644 --- a/debian/libjts-java-doc.install +++ b/debian/libjts-java-doc.install @@ -1 +1 @@ -target/apidocs/* usr/share/doc/libjts-java/api +target/site/apidocs/* usr/share/doc/libjts-java/api diff --git a/debian/libjts-java.poms b/debian/libjts-java.poms index cdcb201..967056e 100644 --- a/debian/libjts-java.poms +++ b/debian/libjts-java.poms @@ -28,7 +28,7 @@ pom.xml --has-package-version modules/pom.xml --has-package-version modules/app/pom.xml --has-package-version -modules/core/pom.xml --has-package-version --artifact modules/core/target/jts-core-*.jar --java-lib +modules/core/pom.xml --has-package-version modules/example/pom.xml --has-package-version modules/io/pom.xml --has-package-version modules/io/common/pom.xml --has-package-version diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules new file mode 100644 index 0000000..8f3e897 --- /dev/null +++ b/debian/maven.ignoreRules @@ -0,0 +1,2 @@ +org.apache.maven.plugins maven-assembly-plugin * * * * +org.locationtech.jts jts-core * * * test diff --git a/debian/maven.rules b/debian/maven.rules index a712650..7f215bb 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,15 +1,4 @@ -org.locationtech.jts jts jar s/.*/debian/ * * - -org.locationtech.jts jts-core jar s/.*/debian/ * * -org.locationtech.jts jts-core s/test-jar/jar/ s/.*/debian/ * * -org.locationtech.jts jts-io-common jar s/.*/debian/ * * -org.locationtech.jts jts-lab jar s/.*/debian/ * * -org.locationtech.jts jts-tests jar s/.*/debian/ * * - -com.googlecode.json-simple json-simple jar s/.*/debian/ * * -org.apache.commons commons-lang3 jar s/.*/debian/ * * -org.jdom jdom2 jar s/.*/debian/ * * junit junit jar s/.*/3.x/ * * - +org.locationtech.jts jts-modules pom s/.*/debian/ * * org.apache.felix maven-bundle-plugin jar s/.*/2.5.4/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/jts.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

