Skip to content

Commit

Permalink
Add profiles [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jul 23, 2012
1 parent e828f55 commit 71025a0
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions webcam-capture/pom.xml
Expand Up @@ -35,8 +35,8 @@

<distributionManagement>
<repository>
<id>sarxos-ftp-repo</id>
<url>ftp://ftp.sarxos.pl/maven2</url>
<id>${repo-id}</id>
<url>${repo-url}</url>
</repository>
</distributionManagement>

Expand Down Expand Up @@ -98,6 +98,16 @@
</plugins>
</build>
</profile>
<profile>
<id>snapshot</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<repo-id>sonatype-nexus-staging</repo-id>
<repo-url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</repo-url>
</properties>
</profile>
<profile>
<id>release</id>
<activation>
Expand All @@ -106,6 +116,10 @@
<value>true</value>
</property>
</activation>
<properties>
<repo-id>sonatype-nexus-staging</repo-id>
<repo-url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</repo-url>
</properties>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -158,6 +172,10 @@
</profile>
<profile>
<id>assembly</id>
<properties>
<repo-id>sarxos-ftp-repo</repo-id>
<repo-url>ftp://ftp.sarxos.pl/maven2</repo-url>
</properties>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -253,6 +271,7 @@
<version>1.0-beta-7</version>
</extension>
</extensions>

</build>

<reporting>
Expand Down Expand Up @@ -326,5 +345,4 @@
</plugins>
</reporting>


</project>

0 comments on commit 71025a0

Please sign in to comment.