we should not deploy binaries of our integration tests

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1831490 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Struberg 2018-05-12 19:05:23 +00:00
parent 7be184d451
commit 4d577c0fd2
2 changed files with 9 additions and 14 deletions

View File

@ -66,6 +66,15 @@
</configuration>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<!-- Don't publish these artifacts to central -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>

View File

@ -88,20 +88,6 @@
<checkstyle.config.location>${project.basedir}${file.separator}..${file.separator}..${file.separator}openjpa-project${file.separator}checkstyle.xml</checkstyle.config.location>
<tck2.level>20110815</tck2.level>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<!-- Don't publish these artifacts to central -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<!-- vvvvvvvvvvvvvvvvvvv -->