Skip to content

Commit

Permalink
Moved profiles definition to local settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphC committed Oct 9, 2012
1 parent 1f51506 commit e25d6c1
Showing 1 changed file with 6 additions and 40 deletions.
46 changes: 6 additions & 40 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
<developerConnection>scm:git:[email protected]:RaphC/selenese4j-maven-plugin.git</developerConnection>
<url>[email protected]/RaphC/selenese4j-maven-plugin.git</url>
</scm>


<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -90,43 +95,4 @@
</dependency>
</dependencies>

<profiles>
<profile>
<id>sign</id>
<build>
<plugins>
<!-- <plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.7</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<configuration>
<executable>gpg2.exe</executable>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit e25d6c1

Please sign in to comment.