Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Add deploy skip to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Nov 17, 2011
1 parent 67285fb commit ecdc6ee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions samples/pom.xml
Expand Up @@ -21,6 +21,19 @@

<url>http://static.springframework.org/spring-security/oauth/samples</url>

<build>
<plugins>
<plugin>
<!--skip deploy (this is just a test module) -->
<artifactId>maven-deploy-plugin</artifactId>
<version>2.6</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

<distributionManagement>

<site>
Expand Down

0 comments on commit ecdc6ee

Please sign in to comment.