Author: struberg
Date: Sat May 12 19:05:23 2018
New Revision: 1831490
URL: http://svn.apache.org/viewvc?rev=1831490&view=rev
Log:
we should not deploy binaries of our integration tests
Modified:
openjpa/trunk/openjpa-integration/pom.xml
openjpa/trunk/openjpa-integration/tck/pom.xml
Modified: openjpa/trunk/openjpa-integration/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/pom.xml?rev=1831490&r1=1831489&r2=1831490&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/pom.xml Sat May 12 19:05:23 2018
@@ -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>
Modified: openjpa/trunk/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/tck/pom.xml?rev=1831490&r1=1831489&r2=1831490&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/tck/pom.xml Sat May 12 19:05:23 2018
@@ -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 -->