diff --git a/.travis/release.sh b/.travis/release.sh new file mode 100644 index 0000000..07f254f --- /dev/null +++ b/.travis/release.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +mvn install source:jar javadoc:jar deploy site-deploy \ No newline at end of file diff --git a/deploy/clean.bat b/deploy/clean.bat deleted file mode 100644 index 2f3d3e5..0000000 --- a/deploy/clean.bat +++ /dev/null @@ -1 +0,0 @@ -mvn clean \ No newline at end of file diff --git a/deploy/deploy.bat b/deploy/deploy.bat deleted file mode 100644 index 3e867af..0000000 --- a/deploy/deploy.bat +++ /dev/null @@ -1,4 +0,0 @@ -mvn install:install-file -DgroupId=${project.groupId} -DartifactId=${project.artifactId} -Dversion=${project.version} -Dpackaging=jar -Dfile=../target/${project.build.finalName}.jar -DlocalRepositoryPath=../../Maven-Repository - -:: mvn install:install-file -DgroupId=org.parabot -DartifactId=317-api-minified -Dversion=1.12 -Dpackaging=jar -Dfile=../target/317-api-minified-V1.12.jar -DlocalRepositoryPath=../../Maven-Repository -:: mvn install:install-file -DgroupId=org.parabot -DartifactId=317-api-minified -Dversion=1.13 -Dpackaging=jar -Dfile=../target/317-api-minified-V1.13.jar -DlocalRepositoryPath=../../Maven-Repository \ No newline at end of file diff --git a/deploy/package.bat b/deploy/package.bat deleted file mode 100644 index 5b5d577..0000000 --- a/deploy/package.bat +++ /dev/null @@ -1 +0,0 @@ -mvn package \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3bc0fa5..aaf4f58 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,7 @@ org.parabot 317-api-minified 1.14 + Parabot 317-API-Minified @@ -18,13 +19,14 @@ 1.7 + -Xdoclint:none - git-parabot - Parabot's Git based repo - https://github.com/parabot/Maven-Repository/raw/master/ + parabot-maven + Parabot its Maven Repository + http://maven.parabot.org/ @@ -32,7 +34,7 @@ org.parabot client - 2.2.32 + 2.6 @@ -50,21 +52,37 @@ - - - deploy - true - - deploy.bat - package.bat - clean.bat - - - - - - - - + + + org.apache.maven.wagon + wagon-ftp + 2.10 + + + + + https://maven.parabot.org/ + + false + parabot-maven + Custom Maven Repository + ftp://maven.parabot.org + default + + + parabot-maven + Frontend Parabot Maven + ftp://maven.parabot.org/docs/${artifactId}/ + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + \ No newline at end of file