Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3

Commits:

2 changed files:

Changes:

  • pom.xml
    ... ... @@ -100,6 +100,7 @@
    100 100
         <stageId>frirdt3</stageId>
    
    101 101
         <applicationName>t3</applicationName>
    
    102 102
         <t3-data.version>1.5-SNAPSHOT</t3-data.version>
    
    103
    +    <lib.version.java4all.i18n>4.0-alpha-11</lib.version.java4all.i18n>
    
    103 104
     
    
    104 105
         <env>dev</env>
    
    105 106
         <skipITs>true</skipITs>
    

  • t3-installer/pom.xml
    ... ... @@ -47,6 +47,13 @@
    47 47
         </dependency>
    
    48 48
     
    
    49 49
         <dependency>
    
    50
    +      <groupId>${project.groupId}</groupId>
    
    51
    +      <artifactId>t3-actions</artifactId>
    
    52
    +      <version>${project.version}</version>
    
    53
    +      <scope>runtime</scope>
    
    54
    +    </dependency>
    
    55
    +
    
    56
    +    <dependency>
    
    50 57
           <groupId>io.ultreia.java4all.config</groupId>
    
    51 58
           <artifactId>nuiton-config</artifactId>
    
    52 59
         </dependency>
    
    ... ... @@ -91,6 +98,50 @@
    91 98
     
    
    92 99
       </dependencies>
    
    93 100
     
    
    101
    +  <build>
    
    102
    +    <pluginManagement>
    
    103
    +      <plugins>
    
    104
    +
    
    105
    +        <plugin>
    
    106
    +          <groupId>io.ultreia.java4all.i18n</groupId>
    
    107
    +          <artifactId>i18n-maven-plugin</artifactId>
    
    108
    +          <executions>
    
    109
    +            <execution>
    
    110
    +              <id>default-bundle</id>
    
    111
    +              <goals>
    
    112
    +                <goal>bundle</goal>
    
    113
    +              </goals>
    
    114
    +              <configuration>
    
    115
    +                <templateExtension>ftl</templateExtension>
    
    116
    +                <templateList>
    
    117
    +                  <template>classpath:fr/ird/t3/actions/admin/DeleteTripAction</template>
    
    118
    +                  <template>classpath:fr/ird/t3/actions/data/level0/ComputeRF1Action</template>
    
    119
    +                  <template>classpath:fr/ird/t3/actions/data/level0/ComputeRF2Action</template>
    
    120
    +                  <template>classpath:fr/ird/t3/actions/data/level0/ComputeSetDurationAndPositiveSetCountAction</template>
    
    121
    +                  <template>classpath:fr/ird/t3/actions/data/level0/ComputeTripEffortsAction</template>
    
    122
    +                  <template>classpath:fr/ird/t3/actions/data/level0/ComputeWellPlanWeightCategoriesProportionsAction</template>
    
    123
    +                  <template>classpath:fr/ird/t3/actions/data/level0/ConvertCatchesWeightCategoriesAction</template>
    
    124
    +                  <template>classpath:fr/ird/t3/actions/data/level1/ComputeWeightOfCategoriesForSetAction</template>
    
    125
    +                  <template>classpath:fr/ird/t3/actions/data/level1/ConvertSampleSetSpeciesFrequencyToWeightAction</template>
    
    126
    +                  <template>classpath:fr/ird/t3/actions/data/level1/ConvertSetSpeciesFrequencyToWeightAction</template>
    
    127
    +                  <template>classpath:fr/ird/t3/actions/data/level1/ExtrapolateSampleCountedAndMeasuredAction</template>
    
    128
    +                  <template>classpath:fr/ird/t3/actions/data/level1/ExtrapolateSampleWeightToSetAction</template>
    
    129
    +                  <template>classpath:fr/ird/t3/actions/data/level1/RedistributeSampleNumberToSetAction</template>
    
    130
    +                  <template>classpath:fr/ird/t3/actions/data/level1/StandardizeSampleMeasuresAction</template>
    
    131
    +                  <template>classpath:fr/ird/t3/actions/data/level2/Level2Action</template>
    
    132
    +                  <template>classpath:fr/ird/t3/actions/data/level3/Level3Action</template>
    
    133
    +                  <template>classpath:fr/ird/t3/actions/io/input/AnalyzeInputSourceAction</template>
    
    134
    +                  <template>classpath:fr/ird/t3/actions/io/input/ImportInputSourceAction</template>
    
    135
    +                  <template>classpath:fr/ird/t3/actions/io/output/ExportAction</template>
    
    136
    +                </templateList>
    
    137
    +              </configuration>
    
    138
    +            </execution>
    
    139
    +          </executions>
    
    140
    +        </plugin>
    
    141
    +
    
    142
    +      </plugins>
    
    143
    +    </pluginManagement>
    
    144
    +  </build>
    
    94 145
       <profiles>
    
    95 146
     
    
    96 147
         <profile>