[Arakhnę-Dev] [302] * Do not deploy any more the internal ArakhneVmUtils modules. |
[ Thread Index |
Date Index
| More arakhne.org/dev Archives
]
Revision: 302
Author: galland
Date: 2011-11-05 11:26:52 +0100 (Sat, 05 Nov 2011)
Log Message:
-----------
* Do not deploy any more the internal ArakhneVmUtils modules.
Modified Paths:
--------------
trunk/arakhneVmutils/java/pom.xml
trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml
trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml
trunk/arakhneVmutils/native/josuuid/pom.xml
trunk/arakhneVmutils/native/pom.xml
Modified: trunk/arakhneVmutils/java/pom.xml
===================================================================
--- trunk/arakhneVmutils/java/pom.xml 2011-10-31 15:40:29 UTC (rev 301)
+++ trunk/arakhneVmutils/java/pom.xml 2011-11-05 10:26:52 UTC (rev 302)
@@ -4,10 +4,8 @@
<modelVersion>4.0.0</modelVersion>
- <!--
- === CAUTION === CAUTION === CAUTION === The parent module is not
- arakhneVmutils to avoid cyclic compilation problems
- -->
+ <!-- === CAUTION === CAUTION === CAUTION === The parent module is not arakhneVmutils
+ to avoid cyclic compilation problems -->
<parent>
<artifactId>afc</artifactId>
<groupId>org.arakhne.afc</groupId>
@@ -27,7 +25,7 @@
</properties>
<!-- ======================================= -->
- <!-- ==== Project Information === -->
+ <!-- ==== Project Information === -->
<!-- ======================================= -->
<build>
@@ -137,12 +135,19 @@
<copyrighters>Arakhn&ecirc;.org Consortium</copyrighters>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
<!-- ======================================== -->
- <!-- ==== Project Dependencies === -->
+ <!-- ==== Project Dependencies === -->
<!-- ======================================== -->
Modified: trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml 2011-10-31 15:40:29 UTC (rev 301)
+++ trunk/arakhneVmutils/native/josuuid/mingw32/pom.xml 2011-11-05 10:26:52 UTC (rev 302)
@@ -115,6 +115,13 @@
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>
Modified: trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml 2011-10-31 15:40:29 UTC (rev 301)
+++ trunk/arakhneVmutils/native/josuuid/mingw64/pom.xml 2011-11-05 10:26:52 UTC (rev 302)
@@ -1,122 +1,131 @@
<?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">
+<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>
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>josuuid</artifactId>
+ <parent>
+ <artifactId>josuuid</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>6.4-SNAPSHOT</version>
+ </parent>
+
<groupId>org.arakhne.afc</groupId>
+ <artifactId>josuuid-mingw64</artifactId>
+ <packaging>dll</packaging>
<version>6.4-SNAPSHOT</version>
- </parent>
+ <name>Win 64 OS UUID Library</name>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>josuuid-mingw64</artifactId>
- <packaging>dll</packaging>
- <version>6.4-SNAPSHOT</version>
- <name>Win 64 OS UUID Library</name>
-
<!-- ======================================= -->
- <!-- ==== Project Information === -->
+ <!-- ==== Project Information === -->
<!-- ======================================= -->
-
- <build>
- <finalName>${project.artifactId}</finalName>
-
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <id>enforce-beanshell</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <evaluateBeanshell>
- <condition>
- String path = System.getenv("PATH");
- String[] parts = path.split(File.pathSeparator);
- boolean ok = false;
- for(int i=0; !ok && i<parts.length; i++) {
- ok = new File(parts[i],"amd64-mingw32msvc-gcc").canExecute();
- }
- ok
- </condition>
- </evaluateBeanshell>
- <requireOS>
- <name>linux</name>
- <family>unix</family>
- </requireOS>
- </rules>
- <fail>true</fail>
- </configuration>
- </execution>
- </executions>
- </plugin>
+ <build>
+ <finalName>${project.artifactId}</finalName>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>native-maven-plugin</artifactId>
- <extensions>true</extensions>
- <configuration>
- <compilerProvider>generic</compilerProvider>
- <compilerExecutable>amd64-mingw32msvc-gcc</compilerExecutable>
- <compilerStartOptions>
- <compilerStartOption>-O0 -Wall -Werror -fmessage-length=0</compilerStartOption>
- </compilerStartOptions>
-
- <javahOS>linux</javahOS> <!-- not 'windows' to retreive the jni_md.h file -->
-
- <sources>
- <source>
- <directory>../src/main/native</directory>
- <fileNames>
- <fileName>utils.c</fileName>
- <fileName>winos.c</fileName>
- <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
- </fileNames>
- </source>
- </sources>
-
- <linkerExecutable>amd64-mingw32msvc-gcc</linkerExecutable>
- <linkerStartOptions>
- <linkerStartOption>-L/usr/lib/gcc/i586-mingw32msvc/4.4.2/ -shared</linkerStartOption>
- </linkerStartOptions>
-
- </configuration>
-
- <executions>
- <execution>
- <id>javah</id>
- <phase>generate-sources</phase>
- <configuration>
- <javahClassNames>
- <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
- </javahClassNames>
- </configuration>
- <goals>
- <goal>javah</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <forkMode>once</forkMode>
- <environmentVariables>
- <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
- </environmentVariables>
- </configuration>
- </plugin>
-
- </plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-beanshell</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <evaluateBeanshell>
+ <condition>
+ String path = System.getenv("PATH");
+ String[] parts = path.split(File.pathSeparator);
+ boolean ok = false;
+ for(int i=0; !ok && i<parts.length; i++) {
+ ok = new File(parts[i],"amd64-mingw32msvc-gcc").canExecute();
+ }
+ ok
+ </condition>
+ </evaluateBeanshell>
+ <requireOS>
+ <name>linux</name>
+ <family>unix</family>
+ </requireOS>
+ </rules>
+ <fail>true</fail>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
- </build>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>native-maven-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <compilerProvider>generic</compilerProvider>
+ <compilerExecutable>amd64-mingw32msvc-gcc</compilerExecutable>
+ <compilerStartOptions>
+ <compilerStartOption>-O0 -Wall -Werror -fmessage-length=0</compilerStartOption>
+ </compilerStartOptions>
+ <javahOS>linux</javahOS> <!-- not 'windows' to retreive the jni_md.h file -->
+ <sources>
+ <source>
+ <directory>../src/main/native</directory>
+ <fileNames>
+ <fileName>utils.c</fileName>
+ <fileName>winos.c</fileName>
+ <fileName>OperatingSystemNativeWrapperJNI.c</fileName>
+ </fileNames>
+ </source>
+ </sources>
+
+ <linkerExecutable>amd64-mingw32msvc-gcc</linkerExecutable>
+ <linkerStartOptions>
+ <linkerStartOption>-L/usr/lib/gcc/i586-mingw32msvc/4.4.2/ -shared</linkerStartOption>
+ </linkerStartOptions>
+
+ </configuration>
+
+ <executions>
+ <execution>
+ <id>javah</id>
+ <phase>generate-sources</phase>
+ <configuration>
+ <javahClassNames>
+ <className>org.arakhne.vmutil.OperatingSystemNativeWrapper</className>
+ </javahClassNames>
+ </configuration>
+ <goals>
+ <goal>javah</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkMode>once</forkMode>
+ <environmentVariables>
+ <LD_LIBRARY_PATH>${project.build.directory}</LD_LIBRARY_PATH>
+ </environmentVariables>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+
+ </plugins>
+
+ </build>
+
+
</project>
Modified: trunk/arakhneVmutils/native/josuuid/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/josuuid/pom.xml 2011-10-31 15:40:29 UTC (rev 301)
+++ trunk/arakhneVmutils/native/josuuid/pom.xml 2011-11-05 10:26:52 UTC (rev 302)
@@ -1,47 +1,60 @@
<?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>
+<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>
- <artifactId>arakhneVmutils-native</artifactId>
+ <parent>
+ <artifactId>arakhneVmutils-native</artifactId>
+ <groupId>org.arakhne.afc</groupId>
+ <version>6.4-SNAPSHOT</version>
+ </parent>
+
<groupId>org.arakhne.afc</groupId>
+ <artifactId>josuuid</artifactId>
+ <packaging>pom</packaging>
<version>6.4-SNAPSHOT</version>
- </parent>
+ <name>OS UUID Library</name>
- <groupId>org.arakhne.afc</groupId>
- <artifactId>josuuid</artifactId>
- <packaging>pom</packaging>
- <version>6.4-SNAPSHOT</version>
- <name>OS UUID Library</name>
-
<!-- ======================================= -->
- <!-- ==== Project Information === -->
+ <!-- ==== Project Information === -->
<!-- ======================================= -->
-
+
<dependencies>
<dependency>
<groupId>org.arakhne.afc</groupId>
<artifactId>arakhneVmutils-java</artifactId>
- </dependency>
+ </dependency>
</dependencies>
- <profiles>
-
- <profile>
- <id>linux-hosted</id>
- <activation>
- <os>
- <name>linux</name>
- <family>unix</family>
- </os>
- </activation>
- <modules>
- <module>mingw32</module>
- <module>mingw64</module>
- </modules>
- </profile>
-
- </profiles>
+ <profiles>
+ <profile>
+ <id>linux-hosted</id>
+ <activation>
+ <os>
+ <name>linux</name>
+ <family>unix</family>
+ </os>
+ </activation>
+ <modules>
+ <module>mingw32</module>
+ <module>mingw64</module>
+ </modules>
+ </profile>
+
+ </profiles>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
Modified: trunk/arakhneVmutils/native/pom.xml
===================================================================
--- trunk/arakhneVmutils/native/pom.xml 2011-10-31 15:40:29 UTC (rev 301)
+++ trunk/arakhneVmutils/native/pom.xml 2011-11-05 10:26:52 UTC (rev 302)
@@ -39,6 +39,13 @@
<generateReports>false</generateReports>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
</plugins>
</build>