Tony CHEMIT pushed to branch develop at ultreia.io / ird-observe
Commits:
-
27a26a87
by Tony CHEMIT at 2017-03-08T18:16:32+01:00
-
d09ccb1e
by Tony CHEMIT at 2017-03-08T18:23:16+01:00
26 changed files:
- application-swing-configuration/pom.xml
- application-swing-decoration/pom.xml
- application-swing-validation/pom.xml
- application-swing-validators/pom.xml
- application-swing/pom.xml
- application-web-configuration/pom.xml
- application-web/pom.xml
- bin/stage_create.sh
- common/pom.xml
- observe/pom.xml
- persistence/pom.xml
- pom.xml
- services-binder/pom.xml
- services-configuration-rest/pom.xml
- services-configuration-topia/pom.xml
- services-configuration/pom.xml
- services-rest/pom.xml
- services-runner/pom.xml
- services-topia/pom.xml
- services-validation/pom.xml
- services-validators/pom.xml
- services/pom.xml
- test/pom.xml
- toolbox-maven-plugin/pom.xml
- topia-extension/pom.xml
- topia-templates-extension/pom.xml
Changes:
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>application-swing-configuration</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>application-swing-decoration</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>application-swing-validation</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>application-swing-validators</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>application-swing</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>application-web-configuration</artifactId>
|
| ... | ... | @@ -179,36 +179,4 @@ |
| 179 | 179 |
|
| 180 | 180 |
</build>
|
| 181 | 181 |
|
| 182 |
- <profiles>
|
|
| 183 |
- <profile>
|
|
| 184 |
- <id>deploy-demo</id>
|
|
| 185 |
- <properties>
|
|
| 186 |
- <classifier>${project.version}</classifier>
|
|
| 187 |
- </properties>
|
|
| 188 |
- <build>
|
|
| 189 |
- <defaultGoal>verify</defaultGoal>
|
|
| 190 |
- <plugins>
|
|
| 191 |
- <plugin>
|
|
| 192 |
- <groupId>org.codehaus.mojo</groupId>
|
|
| 193 |
- <artifactId>wagon-maven-plugin</artifactId>
|
|
| 194 |
- <executions>
|
|
| 195 |
- <execution>
|
|
| 196 |
- <id>deploy-demo</id>
|
|
| 197 |
- <phase>verify</phase>
|
|
| 198 |
- <goals>
|
|
| 199 |
- <goal>upload-single</goal>
|
|
| 200 |
- </goals>
|
|
| 201 |
- <configuration>
|
|
| 202 |
- <serverId>doc.ultreia.io</serverId>
|
|
| 203 |
- <url>scpexe://ultreia.io/var/lib/tomcat8/webapps</url>
|
|
| 204 |
- <fromFile>${project.build.directory}/${project.build.finalName}.war</fromFile>
|
|
| 205 |
- <toFile>observe-${classifier}.war</toFile>
|
|
| 206 |
- </configuration>
|
|
| 207 |
- </execution>
|
|
| 208 |
- </executions>
|
|
| 209 |
- </plugin>
|
|
| 210 |
- </plugins>
|
|
| 211 |
- </build>
|
|
| 212 |
- </profile>
|
|
| 213 |
- </profiles>
|
|
| 214 | 182 |
</project>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>application-web</artifactId>
|
| ... | ... | @@ -39,18 +39,8 @@ |
| 39 | 39 |
<properties>
|
| 40 | 40 |
|
| 41 | 41 |
<applicationName>observeweb</applicationName>
|
| 42 |
- |
|
| 43 | 42 |
<i18n.bundleOutputName>${applicationName}-i18n</i18n.bundleOutputName>
|
| 44 | 43 |
|
| 45 |
- <!-- deploy configuration -->
|
|
| 46 |
- <deployFiles>${project.build.directory}/${project.build.finalName}.war</deployFiles>
|
|
| 47 |
- |
|
| 48 |
- <!-- add war to release file -->
|
|
| 49 |
- <redmine.releaseFiles>${project.build.directory}/${project.build.finalName}.war</redmine.releaseFiles>
|
|
| 50 |
- |
|
| 51 |
- <!-- allow to deploy artifacts -->
|
|
| 52 |
- <maven.deploy.skip>false</maven.deploy.skip>
|
|
| 53 |
- |
|
| 54 | 44 |
</properties>
|
| 55 | 45 |
|
| 56 | 46 |
<dependencies>
|
| ... | ... | @@ -296,5 +286,37 @@ |
| 296 | 286 |
|
| 297 | 287 |
</build>
|
| 298 | 288 |
|
| 289 |
+ <profiles>
|
|
| 290 |
+ <profile>
|
|
| 291 |
+ <id>deploy-demo</id>
|
|
| 292 |
+ <properties>
|
|
| 293 |
+ <classifier>${project.version}</classifier>
|
|
| 294 |
+ </properties>
|
|
| 295 |
+ <build>
|
|
| 296 |
+ <defaultGoal>verify</defaultGoal>
|
|
| 297 |
+ <plugins>
|
|
| 298 |
+ <plugin>
|
|
| 299 |
+ <groupId>org.codehaus.mojo</groupId>
|
|
| 300 |
+ <artifactId>wagon-maven-plugin</artifactId>
|
|
| 301 |
+ <executions>
|
|
| 302 |
+ <execution>
|
|
| 303 |
+ <id>deploy-demo</id>
|
|
| 304 |
+ <phase>verify</phase>
|
|
| 305 |
+ <goals>
|
|
| 306 |
+ <goal>upload-single</goal>
|
|
| 307 |
+ </goals>
|
|
| 308 |
+ <configuration>
|
|
| 309 |
+ <serverId>doc.ultreia.io</serverId>
|
|
| 310 |
+ <url>scpexe://ultreia.io/var/lib/tomcat8/webapps</url>
|
|
| 311 |
+ <fromFile>${project.build.directory}/${project.build.finalName}.war</fromFile>
|
|
| 312 |
+ <toFile>observe-${classifier}.war</toFile>
|
|
| 313 |
+ </configuration>
|
|
| 314 |
+ </execution>
|
|
| 315 |
+ </executions>
|
|
| 316 |
+ </plugin>
|
|
| 317 |
+ </plugins>
|
|
| 318 |
+ </build>
|
|
| 319 |
+ </profile>
|
|
| 320 |
+ </profiles>
|
|
| 299 | 321 |
|
| 300 | 322 |
</project>
|
| ... | ... | @@ -29,10 +29,10 @@ if [ ! "$?" == "0" ]; then |
| 29 | 29 |
exit 1
|
| 30 | 30 |
fi
|
| 31 | 31 |
echo "Get staging id..."
|
| 32 |
-STAGE_ID=$(mvn nexus-staging:rc-list | grep ${STAGE} | cut -d' ' -f2)
|
|
| 32 |
+STAGE_ID=$(mvn nexus-staging:rc-list -N | grep ${STAGE} | cut -d' ' -f2)
|
|
| 33 | 33 |
|
| 34 | 34 |
echo "Closing stage: $STAGE_ID ($LOG_DIR/release-close.log)"
|
| 35 |
-mvn nexus-staging:close -DstagingRepositoryId=${STAGE_ID} --log-file ${LOG_DIR}/release-close.log
|
|
| 35 |
+mvn nexus-staging:close -N -DstagingRepositoryId=${STAGE_ID} --log-file ${LOG_DIR}/release-close.log
|
|
| 36 | 36 |
if [ ! "$?" == "0" ]; then
|
| 37 | 37 |
echo "Error"
|
| 38 | 38 |
exit 1
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>common</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>observe</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>persistence</artifactId>
|
| ... | ... | @@ -31,7 +31,7 @@ |
| 31 | 31 |
|
| 32 | 32 |
<groupId>fr.ird.observe</groupId>
|
| 33 | 33 |
<artifactId>pom</artifactId>
|
| 34 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 34 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 35 | 35 |
<packaging>pom</packaging>
|
| 36 | 36 |
|
| 37 | 37 |
<name>ObServe</name>
|
| ... | ... | @@ -216,6 +216,9 @@ |
| 216 | 216 |
<!--Modèle version-->
|
| 217 | 217 |
<observe.model.version>6.0</observe.model.version>
|
| 218 | 218 |
|
| 219 |
+ <!-- deploy nothing -->
|
|
| 220 |
+ <maven.deploy.skip>true</maven.deploy.skip>
|
|
| 221 |
+ |
|
| 219 | 222 |
</properties>
|
| 220 | 223 |
|
| 221 | 224 |
<dependencyManagement>
|
| ... | ... | @@ -1007,7 +1010,7 @@ |
| 1007 | 1010 |
<fileset dir="doc/modelisation">
|
| 1008 | 1011 |
<include name="**/*.pdf" />
|
| 1009 | 1012 |
</fileset>
|
| 1010 |
- <fileset dir="entities/src/main/xmi">
|
|
| 1013 |
+ <fileset dir="persistence/src/main/xmi">
|
|
| 1011 | 1014 |
<include name="**/*.zargo" />
|
| 1012 | 1015 |
</fileset>
|
| 1013 | 1016 |
</copy>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services-binder</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services-configuration-rest</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services-configuration-topia</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services-configuration</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services-rest</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services-runner</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services-topia</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>services-validation</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>services-validators</artifactId>
|
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 |
<parent>
|
| 28 | 28 |
<groupId>fr.ird.observe</groupId>
|
| 29 | 29 |
<artifactId>pom</artifactId>
|
| 30 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 30 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 31 | 31 |
</parent>
|
| 32 | 32 |
|
| 33 | 33 |
<artifactId>services</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>test</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>toolbox-maven-plugin</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>topia-extension</artifactId>
|
| ... | ... | @@ -26,7 +26,7 @@ |
| 26 | 26 |
<parent>
|
| 27 | 27 |
<groupId>fr.ird.observe</groupId>
|
| 28 | 28 |
<artifactId>pom</artifactId>
|
| 29 |
- <version>3.0-RC-2-SNAPSHOT</version>
|
|
| 29 |
+ <version>6.0-RC-1-SNAPSHOT</version>
|
|
| 30 | 30 |
</parent>
|
| 31 | 31 |
|
| 32 | 32 |
<artifactId>topia-templates-extension</artifactId>
|