r615 - in nuiton-jpa: . nuiton-jpa-api nuiton-jpa-junit nuiton-jpa-templates
Author: tchemit Date: 2013-05-24 16:39:19 +0200 (Fri, 24 May 2013) New Revision: 615 Url: http://nuiton.org/projects/sandbox/repository/revisions/615 Log: nuiton-jpa structure Added: nuiton-jpa/LICENSE.txt nuiton-jpa/README.txt nuiton-jpa/changelog.txt nuiton-jpa/nuiton-jpa-api/ nuiton-jpa/nuiton-jpa-api/LICENSE.txt nuiton-jpa/nuiton-jpa-api/README.txt nuiton-jpa/nuiton-jpa-api/changelog.txt nuiton-jpa/nuiton-jpa-api/pom.xml nuiton-jpa/nuiton-jpa-junit/ nuiton-jpa/nuiton-jpa-junit/LICENSE.txt nuiton-jpa/nuiton-jpa-junit/README.txt nuiton-jpa/nuiton-jpa-junit/changelog.txt nuiton-jpa/nuiton-jpa-junit/pom.xml nuiton-jpa/nuiton-jpa-templates/ nuiton-jpa/nuiton-jpa-templates/LICENSE.txt nuiton-jpa/nuiton-jpa-templates/README.txt nuiton-jpa/nuiton-jpa-templates/changelog.txt nuiton-jpa/nuiton-jpa-templates/pom.xml nuiton-jpa/pom.xml Modified: nuiton-jpa/ Property changes on: nuiton-jpa ___________________________________________________________________ Added: svn:ignore + target .idea *.ipr *.iws *.iml Property changes on: nuiton-jpa/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/nuiton-jpa-api ___________________________________________________________________ Added: svn:ignore + target .idea *.ipr *.iws *.iml Property changes on: nuiton-jpa/nuiton-jpa-api/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/nuiton-jpa-api/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/nuiton-jpa-api/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: nuiton-jpa/nuiton-jpa-api/pom.xml =================================================================== (Binary files differ) Property changes on: nuiton-jpa/nuiton-jpa-api/pom.xml ___________________________________________________________________ Added: svn:mime-type + application/xml Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/nuiton-jpa-junit ___________________________________________________________________ Added: svn:ignore + target .idea *.ipr *.iws *.iml Property changes on: nuiton-jpa/nuiton-jpa-junit/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/nuiton-jpa-junit/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/nuiton-jpa-junit/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: nuiton-jpa/nuiton-jpa-junit/pom.xml =================================================================== --- nuiton-jpa/nuiton-jpa-junit/pom.xml (rev 0) +++ nuiton-jpa/nuiton-jpa-junit/pom.xml 2013-05-24 14:39:19 UTC (rev 615) @@ -0,0 +1,21 @@ +<?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/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-jpa</artifactId> + <version>0.1-SNAPSHOT</version> + </parent> + + <groupId>org.nuiton.jpa</groupId> + <artifactId>nuiton-jpa-junit</artifactId> + + <build> + + + </build> + +</project> Property changes on: nuiton-jpa/nuiton-jpa-junit/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/nuiton-jpa-templates ___________________________________________________________________ Added: svn:ignore + target .idea *.ipr *.iws *.iml Property changes on: nuiton-jpa/nuiton-jpa-templates/LICENSE.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/nuiton-jpa-templates/README.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Property changes on: nuiton-jpa/nuiton-jpa-templates/changelog.txt ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: nuiton-jpa/nuiton-jpa-templates/pom.xml =================================================================== --- nuiton-jpa/nuiton-jpa-templates/pom.xml (rev 0) +++ nuiton-jpa/nuiton-jpa-templates/pom.xml 2013-05-24 14:39:19 UTC (rev 615) @@ -0,0 +1,21 @@ +<?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/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-jpa</artifactId> + <version>0.1-SNAPSHOT</version> + </parent> + + <groupId>org.nuiton.jpa</groupId> + <artifactId>nuiton-jpa-templates</artifactId> + + <build> + + + </build> + +</project> Property changes on: nuiton-jpa/nuiton-jpa-templates/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native Added: nuiton-jpa/pom.xml =================================================================== --- nuiton-jpa/pom.xml (rev 0) +++ nuiton-jpa/pom.xml 2013-05-24 14:39:19 UTC (rev 615) @@ -0,0 +1,199 @@ +<?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/xsd/maven-4.0.0.xsd"> + + <modelVersion>4.0.0</modelVersion> + + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> + <parent> + <groupId>org.nuiton</groupId> + <artifactId>mavenpom4redmineAndCentral</artifactId> + <version>3.4.10</version> + </parent> + + <artifactId>nuiton-jpa</artifactId> + <version>0.1-SNAPSHOT</version> + + <modules> + <module>nuiton-jpa-api</module> + <module>nuiton-jpa-junit</module> + <module>nuiton-jpa-templates</module> + </modules> + + <name>nuiton-jpa</name> + + <inceptionYear>20013</inceptionYear> + <url>http://maven-site.nuiton.org/nuiton-jpa</url> + + <properties> + <!-- pour un muli module on doit fixer le projectId --> + <projectId>nuiton-jpa</projectId> + + <!-- libs version --> + <eugeneVersion>2.6.2</eugeneVersion> + <nuitonUtilsVersion>2.6.12</nuitonUtilsVersion> + <processorPluginVersion>1.3</processorPluginVersion> + + </properties> + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <scm> + <connection>scm:svn:http://svn.nuiton.org/svn/topia/trunk</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/topia/trunk</developerConnection> + <url>http://nuiton.org/projects/topia/repository/show/branches/trunk</url> + </scm> + + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + + + <dependencyManagement> + <dependencies> + + <dependency> + <groupId>org.nuiton.eugene</groupId> + <artifactId>eugene</artifactId> + <version>${eugeneVersion}</version> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.nuiton.eugene</groupId> + <artifactId>eugene-java-templates</artifactId> + <version>${eugeneVersion}</version> + <scope>provided</scope> + </dependency> + + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + <version>${nuitonUtilsVersion}</version> + </dependency> + + </dependencies> + </dependencyManagement> + + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + + + <developers> + + <developer> + <name>Tony Chemit</name> + <id>tchemit</id> + <email>chemit at codelutin dot com</email> + <organization>CodeLutin</organization> + <organizationUrl>http://codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + + <developer> + <name>Brendan Le Ny</name> + <id>bleny</id> + <email>bleny at codelutin dot com</email> + <organization>CodeLutin</organization> + <organizationUrl>http://codelutin.com</organizationUrl> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + + </developers> + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + + <packaging>pom</packaging> + + <build> + + <pluginManagement> + <plugins> + + <plugin> + <groupId>org.nuiton.processor</groupId> + <artifactId>processor-maven-plugin</artifactId> + <version>${processorPluginVersion}</version> + <executions> + <execution> + <phase>generate-sources</phase> + <goals> + <goal>process</goal> + </goals> + </execution> + </executions> + <configuration> + <includes>**/*.java</includes> + <filters> + org.nuiton.processor.filters.GeneratorTemplatesFilter, + org.nuiton.processor.filters.ActiveLogsCodeFilter + </filters> + </configuration> + </plugin> + + <plugin> + <groupId>org.nuiton.eugene</groupId> + <artifactId>eugene-maven-plugin</artifactId> + <version>${eugeneVersion}</version> + <configuration> + <inputs>zargo</inputs> + <resolver>org.nuiton.util.FasterCachedResourceResolver</resolver> + </configuration> + </plugin> + + <plugin> + <groupId>org.nuiton.i18n</groupId> + <artifactId>i18n-maven-plugin</artifactId> + <version>${nuitonI18nVersion}</version> + </plugin> + + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>${jrstPluginVersion}</version> + </dependency> + </dependencies> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>license-maven-plugin</artifactId> + <configuration> + <extraExtensions> + <objectmodel>xml</objectmodel> + <xsl>xml</xsl> + <xsd>xml</xsd> + </extraExtensions> + </configuration> + </plugin> + + </plugins> + </pluginManagement> + + </build> + + <reporting> + <!--TC-20100413 : by default do nothing except documentation --> + <excludeDefaults>true</excludeDefaults> + </reporting> + +</project> Property changes on: nuiton-jpa/pom.xml ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native
participants (1)
-
tchemit@users.nuiton.org