Skip to content

Commit

Permalink
Skip deployment of the junit-trait-runner maven module.
Browse files Browse the repository at this point in the history
  • Loading branch information
motlin committed Feb 23, 2016
1 parent 38a29b9 commit c05f2e4
Showing 1 changed file with 2 additions and 40 deletions.
42 changes: 2 additions & 40 deletions junit-trait-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<prerequisites>
Expand Down Expand Up @@ -94,44 +96,4 @@

</plugins>
</build>

<profiles>
<profile>
<id>release-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</profile>
</profiles>
</project>

0 comments on commit c05f2e4

Please sign in to comment.