diff --git a/agent/pom.xml b/agent/pom.xml index c299409..09a648d 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -93,19 +93,6 @@ maven-assembly-plugin - - aprof-src-assembly - prepare-package - - single - - - ${project.build.finalName} - - src/assembly/src.xml - - - aprof-bin-assembly package @@ -132,6 +119,7 @@ run + ${skipTests} @@ -147,26 +135,16 @@ - - - - - - - - - - - + maven-deploy-plugin - false + ${deploy.skip} diff --git a/agent/src/assembly/src.xml b/agent/src/assembly/src.xml deleted file mode 100644 index 8551ac1..0000000 --- a/agent/src/assembly/src.xml +++ /dev/null @@ -1,42 +0,0 @@ - - - - src - - zip - - false - - - ${project.basedir}/.. - / - - README* - LICENSE* - NOTICE* - *.txt - **/src/**/*.* - **/resources/**/*.* - **/pom.xml - - - - diff --git a/pom.xml b/pom.xml index 9267527..9cee194 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,9 @@ ~ ~ You should have received a copy of the GNU General Public License ~ along with this program. If not, see . - --> + --> + 4.0.0 com.devexperts.aprof @@ -24,6 +26,8 @@ pom Aprof + Java Memory Allocation Profiler + http://code.devexperts.com/display/Aprof @@ -32,10 +36,18 @@ - scm:svn:http://svn-code.devexperts.com/code/aprof/trunk - scm:svn:http://svn-code.devexperts.com/coderw/aprof/trunk + scm:git:https://github.com/Devexperts/aprof.git + scm:git:ssh://git.in.devexperts.com/aprof + + + bintray-devexperts + devexperts-maven-aprof + https://api.bintray.com/maven/devexperts/Maven/aprof + + + transformer core @@ -44,6 +56,32 @@ benchmark + + + + snapshot-profile + + true + + + true + + + + + release-profile + + + performRelease + true + + + + false + + + + junit @@ -66,38 +104,14 @@ maven-release-plugin true - http://svn-code.devexperts.com/coderw/aprof/tags maven-deploy-plugin true - true + true - - - - org.apache.maven.wagon - wagon-scm - 2.2 - - - org.apache.maven.scm - maven-scm-manager-plexus - 1.8.1 - - - org.apache.maven.scm - maven-scm-api - 1.8.1 - - - org.apache.maven.scm - maven-scm-provider-svnexe - 1.8.1 - - maven-source-plugin @@ -110,15 +124,16 @@ - org.codehaus.plexus - plexus-maven-plugin - true + maven-javadoc-plugin + + true + maven-enforcer-plugin - + 3.0.4 @@ -137,8 +152,8 @@ - + @@ -169,6 +184,10 @@ maven-source-plugin 2.1.2 + + maven-javadoc-plugin + 2.9.1 + maven-antrun-plugin 1.7 @@ -185,12 +204,4 @@ - - - - remote-repository - Subversion Repository - scm:svn:http://svn-code.devexperts.com/coderw/aprof/releases - - - \ No newline at end of file +