r638 - in trunk: simexplorer-is simexplorer-is-ear simexplorer-is-service simexplorer-is-storage simexplorer-is-swing simexplorer-is-web
Author: tchemit Date: 2008-02-04 16:02:12 +0000 (Mon, 04 Feb 2008) New Revision: 638 Modified: trunk/simexplorer-is-ear/pom.xml trunk/simexplorer-is-service/pom.xml trunk/simexplorer-is-storage/pom.xml trunk/simexplorer-is-swing/pom.xml trunk/simexplorer-is-web/pom.xml trunk/simexplorer-is/pom.xml Log: ajout des repos requis directement dans les pom incrimin?\195?\169s ajout info xsd sur les pom + description et autres... Modified: trunk/simexplorer-is/pom.xml =================================================================== --- trunk/simexplorer-is/pom.xml 2008-02-04 15:41:17 UTC (rev 637) +++ trunk/simexplorer-is/pom.xml 2008-02-04 16:02:12 UTC (rev 638) @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<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"> <!--The version of maven's project object model--> <modelVersion>4.0.0</modelVersion> @@ -14,7 +16,7 @@ <!--A unique name for this project--> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> - <name>simexplorer-is</name> + <name>Common</name> <!-- This project is made of modules --> <packaging>pom</packaging> @@ -29,7 +31,7 @@ <!--Tracking--> <issueManagement> <url> - http://labs.libre-entreprise.org/tracker/?group_id=130 + http://labs.libre-entreprise.org/tracker/?group_id=${labs.id} </url> </issueManagement> @@ -50,7 +52,14 @@ </site> </distributionManagement> - <build> + <repositories> + <repository> + <id>repository.jboss.com</id> + <url>http://download.java.net/maven/2</url> + </repository> + </repositories> + + <build> <plugins> <plugin> <groupId>lutinplugin</groupId> Modified: trunk/simexplorer-is-ear/pom.xml =================================================================== --- trunk/simexplorer-is-ear/pom.xml 2008-02-04 15:41:17 UTC (rev 637) +++ trunk/simexplorer-is-ear/pom.xml 2008-02-04 16:02:12 UTC (rev 638) @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<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> <groupId>simexplorer-is</groupId> @@ -8,7 +10,7 @@ <packaging>ear</packaging> <version>0.0.1-SNAPSHOT</version> - <description></description> + <description>simexplore-is ear module</description> <parent> <groupId>simexplorer-is</groupId> Modified: trunk/simexplorer-is-service/pom.xml =================================================================== --- trunk/simexplorer-is-service/pom.xml 2008-02-04 15:41:17 UTC (rev 637) +++ trunk/simexplorer-is-service/pom.xml 2008-02-04 16:02:12 UTC (rev 638) @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<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> <groupId>simexplorer-is</groupId> @@ -16,7 +18,13 @@ <version>0.0.1-SNAPSHOT</version> </parent> - <dependencies> + <repositories> + <repository> + <id>openhms</id> + <url>http://open.hmsonline.com/repo/maven2</url> + </repository> + </repositories> + <dependencies> <dependency> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-storage</artifactId> Modified: trunk/simexplorer-is-storage/pom.xml =================================================================== --- trunk/simexplorer-is-storage/pom.xml 2008-02-04 15:41:17 UTC (rev 637) +++ trunk/simexplorer-is-storage/pom.xml 2008-02-04 16:02:12 UTC (rev 638) @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<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> <groupId>simexplorer-is</groupId> Modified: trunk/simexplorer-is-swing/pom.xml =================================================================== --- trunk/simexplorer-is-swing/pom.xml 2008-02-04 15:41:17 UTC (rev 637) +++ trunk/simexplorer-is-swing/pom.xml 2008-02-04 16:02:12 UTC (rev 638) @@ -7,10 +7,10 @@ <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-swing</artifactId> - <name>simexplorer-is-swing</name> + <name>Swing</name> <version>0.0.1-SNAPSHOT</version> - <description>Java Swing UI SimExplorer application</description> + <description>Java Swing UI SimExplorer-is application</description> <packaging>jar</packaging> <parent> @@ -197,12 +197,5 @@ <version>1.0.4-SNAPSHOT</version> <scope>compile</scope> </dependency> - - <!--dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinutil</artifactId> - <version>0.29-SNAPSHOT</version> - <scope>compile</scope> - </dependency--> </dependencies> </project> Modified: trunk/simexplorer-is-web/pom.xml =================================================================== --- trunk/simexplorer-is-web/pom.xml 2008-02-04 15:41:17 UTC (rev 637) +++ trunk/simexplorer-is-web/pom.xml 2008-02-04 16:02:12 UTC (rev 638) @@ -1,5 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<project> +<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> <groupId>simexplorer-is</groupId> @@ -8,14 +10,20 @@ <packaging>war</packaging> <version>0.0.1-SNAPSHOT</version> - <description></description> + <description>simexplorer-is web module</description> <parent> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> - + <repositories> + <repository> + <id>t5components</id> + <name>T5Components Maven Repository</name> + <url>http://213.160.23.119:8080/t5components/maven-repository</url> + </repository> + </repositories> <build> <plugins> <!--WebApp in JAR -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org