Skip to content

Commit

Permalink
yet another testing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Kaufmann committed Feb 7, 2018
1 parent c163a69 commit 65020d9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<!-- The Base URL of Nexus instance where we want to stage -->
<nexusUrl>https://lab.xceptance.de/nexus/</nexusUrl>
<!-- The server "id" element from settings to use authentication from -->
<serverId>xceptance-snapshots</serverId>
</configuration>
</plugin>
<!-- <plugin> -->
<!-- <groupId>org.sonatype.plugins</groupId> -->
<!-- <artifactId>nexus-staging-maven-plugin</artifactId> -->
<!-- <version>1.6.8</version> -->
<!-- <extensions>true</extensions> -->
<!-- <configuration> -->
<!-- The Base URL of Nexus instance where we want to stage -->
<!-- <nexusUrl>https://lab.xceptance.de/nexus/</nexusUrl> -->
<!-- The server "id" element from settings to use authentication from -->
<!-- <serverId>xceptance-snapshots</serverId> -->
<!-- </configuration> -->
<!-- </plugin> -->
</plugins>
</build>

Expand Down

0 comments on commit 65020d9

Please sign in to comment.