Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: 26848a2a by Tony CHEMIT at 2017-06-30T13:17:27+02:00 fix site build - - - - - 1 changed file: - pom.xml Changes: ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -1038,32 +1038,6 @@ <plugins> <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <inherited>false</inherited> - <executions> - <execution> - <id>Copy files to site</id> - <phase>pre-site</phase> - <configuration> - <target> - <copy failonerror="true" overwrite="true" todir="${project.reporting.outputDirectory}/model"> - <fileset dir="doc/modelisation"> - <include name="**/*.pdf" /> - </fileset> - <fileset dir="persistence/src/main/xmi"> - <include name="**/*.zargo" /> - </fileset> - </copy> - </target> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - - <plugin> <groupId>io.ultreia.maven</groupId> <artifactId>gitlab-maven-plugin</artifactId> <inherited>false</inherited> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/26848a2ac5dbd533535887a35751... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/26848a2ac5dbd533535887a35751... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT