|
From: <de...@us...> - 2012-06-12 21:19:33
|
Revision: 7309
http://fudaa.svn.sourceforge.net/fudaa/?rev=7309&view=rev
Author: deniger
Date: 2012-06-12 21:19:28 +0000 (Tue, 12 Jun 2012)
Log Message:
-----------
bug java 1.7
Modified Paths:
--------------
trunk/pom/business-pom/pom.xml
Modified: trunk/pom/business-pom/pom.xml
===================================================================
--- trunk/pom/business-pom/pom.xml 2012-06-12 21:16:17 UTC (rev 7308)
+++ trunk/pom/business-pom/pom.xml 2012-06-12 21:19:28 UTC (rev 7309)
@@ -1,23 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
<!--
le super déclare tous les plugins et les configurations communes
-->
- <groupId>org.fudaa.pom</groupId>
- <artifactId>super-pom</artifactId>
- <version>1.3</version>
- </parent>
- <properties>
- <businessGroupId>org.fudaa.business</businessGroupId>
- </properties>
- <artifactId>business-pom</artifactId>
- <packaging>pom</packaging>
- <name>POM des projets métiers</name>
- <url>http://www.fudaa.fr/sites/devel/fudaa-business/</url>
-
+ <groupId>org.fudaa.pom</groupId>
+ <artifactId>super-pom</artifactId>
+ <version>1.3</version>
+ </parent>
+ <properties>
+ <businessGroupId>org.fudaa.business</businessGroupId>
+ </properties>
+ <artifactId>business-pom</artifactId>
+ <packaging>pom</packaging>
+ <name>Les projets métiers</name>
+ <url>http://www.fudaa.fr/sites/devel/fudaa-business/</url>
<repositories>
<repository>
<snapshots>
@@ -34,19 +33,21 @@
<url>http://repository.fudaa.fr/artifactory/libs-snapshots</url>
</repository>
</repositories>
- <scm>
- <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</connection>
- <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</developerConnection>
- <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/business/</url>
- </scm>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business</tagBase>
- </configuration>
- </plugin>
- </plugins>
- </build>
+ <scm>
+ <connection>scm:svn:http://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</connection>
+ <developerConnection>scm:svn:https://fudaa.svn.sourceforge.net/svnroot/fudaa/trunk/business/</developerConnection>
+ <url>http://fudaa.svn.sourceforge.net/viewvc/fudaa/svnroot/fudaa/trunk/business/</url>
+ </scm>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+ <tagBase>https://fudaa.svn.sourceforge.net/svnroot/fudaa/tags/business</tagBase>
+ <!--to ignore javadoc and source attachment that blocked the release-->
+ <useReleaseProfile>false</useReleaseProfile>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|