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

Commits:

1 changed file:

Changes:

  • pom.xml
    ... ... @@ -1038,32 +1038,6 @@
    1038 1038
             <plugins>
    
    1039 1039
     
    
    1040 1040
               <plugin>
    
    1041
    -            <artifactId>maven-antrun-plugin</artifactId>
    
    1042
    -            <inherited>false</inherited>
    
    1043
    -            <executions>
    
    1044
    -              <execution>
    
    1045
    -                <id>Copy files to site</id>
    
    1046
    -                <phase>pre-site</phase>
    
    1047
    -                <configuration>
    
    1048
    -                  <target>
    
    1049
    -                    <copy failonerror="true" overwrite="true" todir="${project.reporting.outputDirectory}/model">
    
    1050
    -                      <fileset dir="doc/modelisation">
    
    1051
    -                        <include name="**/*.pdf" />
    
    1052
    -                      </fileset>
    
    1053
    -                      <fileset dir="persistence/src/main/xmi">
    
    1054
    -                        <include name="**/*.zargo" />
    
    1055
    -                      </fileset>
    
    1056
    -                    </copy>
    
    1057
    -                  </target>
    
    1058
    -                </configuration>
    
    1059
    -                <goals>
    
    1060
    -                  <goal>run</goal>
    
    1061
    -                </goals>
    
    1062
    -              </execution>
    
    1063
    -            </executions>
    
    1064
    -          </plugin>
    
    1065
    -
    
    1066
    -          <plugin>
    
    1067 1041
                 <groupId>io.ultreia.maven</groupId>
    
    1068 1042
                 <artifactId>gitlab-maven-plugin</artifactId>
    
    1069 1043
                 <inherited>false</inherited>