Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-translations
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv30249/squirrelsql-translations
Modified Files:
pom.xml
Log Message:
Inherit from root pom.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/squirrelsql-translations/pom.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pom.xml 30 Aug 2009 20:24:33 -0000 1.4
--- pom.xml 30 Aug 2009 21:28:37 -0000 1.5
***************
*** 3,6 ****
--- 3,12 ----
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>net.sf.squirrel_sql</groupId>
+ <artifactId>squirrel-root-pom</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ </parent>
+
<groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrelsql-translations</artifactId>
***************
*** 79,99 ****
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
</plugins>
</build>
</project>
\ No newline at end of file
--- 85,113 ----
</configuration>
</plugin>
</plugins>
</build>
+ <profiles>
+ <profile>
+ <id>sign-jar</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>sign-artifacts</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
\ No newline at end of file
|