Tony CHEMIT pushed to branch master at ultreia.io / ird-observe

Commits:

26 changed files:

Changes:

  • application-swing-configuration/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>application-swing-configuration</artifactId>
    

  • application-swing-decoration/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>application-swing-decoration</artifactId>
    

  • application-swing-validation/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>application-swing-validation</artifactId>
    

  • application-swing-validators/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>application-swing-validators</artifactId>
    

  • application-swing/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>application-swing</artifactId>
    
    ... ... @@ -35,7 +35,6 @@
    35 35
       <description>ObServe Application Swing</description>
    
    36 36
     
    
    37 37
       <properties>
    
    38
    -    <maven.deploy.skip>true</maven.deploy.skip>
    
    39 38
     
    
    40 39
         <!-- jaxx configuration -->
    
    41 40
         <jaxx.validatorFactoryFQN>
    

  • application-web-configuration/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</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>

  • application-web/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</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>

  • bin/stage_create.sh
    ... ... @@ -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
    

  • common/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>common</artifactId>
    

  • observe/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>observe</artifactId>
    

  • persistence/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>persistence</artifactId>
    

  • pom.xml
    ... ... @@ -31,7 +31,7 @@
    31 31
     
    
    32 32
       <groupId>fr.ird.observe</groupId>
    
    33 33
       <artifactId>pom</artifactId>
    
    34
    -  <version>3.0-RC-1</version>
    
    34
    +  <version>6.0-RC-1</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>
    

  • services-binder/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>services-binder</artifactId>
    

  • services-configuration-rest/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>services-configuration-rest</artifactId>
    

  • services-configuration-topia/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>services-configuration-topia</artifactId>
    

  • services-configuration/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>services-configuration</artifactId>
    

  • services-rest/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>services-rest</artifactId>
    

  • services-runner/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>services-runner</artifactId>
    

  • services-topia/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>services-topia</artifactId>
    

  • services-validation/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>services-validation</artifactId>
    

  • services-validators/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>services-validators</artifactId>
    

  • services/pom.xml
    ... ... @@ -27,7 +27,7 @@
    27 27
       <parent>
    
    28 28
         <groupId>fr.ird.observe</groupId>
    
    29 29
         <artifactId>pom</artifactId>
    
    30
    -    <version>3.0-RC-1</version>
    
    30
    +    <version>6.0-RC-1</version>
    
    31 31
       </parent>
    
    32 32
     
    
    33 33
       <artifactId>services</artifactId>
    

  • test/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>test</artifactId>
    

  • toolbox-maven-plugin/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>toolbox-maven-plugin</artifactId>
    
    ... ... @@ -124,10 +124,6 @@
    124 124
     
    
    125 125
       </dependencies>
    
    126 126
     
    
    127
    -  <properties>
    
    128
    -    <!-- aloow to deploy artifacts -->
    
    129
    -    <maven.deploy.skip>false</maven.deploy.skip>
    
    130
    -  </properties>
    
    131 127
       <build>
    
    132 128
     
    
    133 129
         <plugins>
    

  • topia-extension/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>topia-extension</artifactId>
    

  • topia-templates-extension/pom.xml
    ... ... @@ -26,7 +26,7 @@
    26 26
       <parent>
    
    27 27
         <groupId>fr.ird.observe</groupId>
    
    28 28
         <artifactId>pom</artifactId>
    
    29
    -    <version>3.0-RC-1</version>
    
    29
    +    <version>6.0-RC-1</version>
    
    30 30
       </parent>
    
    31 31
     
    
    32 32
       <artifactId>topia-templates-extension</artifactId>