|
5 | 5 | <parent> |
6 | 6 | <groupId>io.ecocode</groupId> |
7 | 7 | <artifactId>ecocode-parent</artifactId> |
8 | | - <version>1.6.5-SNAPSHOT</version> |
| 8 | + <version>${revision}</version> |
| 9 | + <relativePath>../pom.xml</relativePath> |
9 | 10 | </parent> |
10 | 11 |
|
11 | 12 | <artifactId>ecocode-rules-specifications</artifactId> |
|
22 | 23 | - syntax highlighting (see code blocks on ASCIIDOC rules) |
23 | 24 | - inclusions (see: php/EC74.asciidoc) |
24 | 25 | - table data generation from CSV (see: php/EC69.asciidoc) |
25 | | -
|
26 | | - NB: Current version has a bug which display following false positive warning : |
27 | | - [WARNING] Duplicated destination found: overwriting file ... |
28 | | -
|
29 | | - This issue is fixed in 3.x release of asciidoctor-maven-plugin |
30 | 26 | --> |
31 | 27 | <groupId>org.asciidoctor</groupId> |
32 | 28 | <artifactId>asciidoctor-maven-plugin</artifactId> |
33 | | - <version>2.2.4</version> |
34 | 29 | <executions> |
35 | 30 | <execution> |
36 | 31 | <id>convert-to-html</id> |
|
47 | 42 | </attributes> |
48 | 43 | <preserveDirectories>true</preserveDirectories> |
49 | 44 | <embedAssets>true</embedAssets> |
50 | | - <headerFooter>false</headerFooter> |
| 45 | + <standalone>false</standalone> |
51 | 46 | <relativeBaseDir>true</relativeBaseDir> |
52 | 47 | <logHandler> |
53 | 48 | <failIf> |
|
64 | 59 | --> |
65 | 60 | <groupId>com.github.johnpoth</groupId> |
66 | 61 | <artifactId>jshell-maven-plugin</artifactId> |
67 | | - <version>1.4</version> |
68 | 62 | <executions> |
69 | 63 | <execution> |
70 | 64 | <id>prepare-rules-resources</id> |
|
83 | 77 | </configuration> |
84 | 78 | </execution> |
85 | 79 | </executions> |
86 | | - |
87 | | - <dependencies> |
88 | | - <dependency> |
89 | | - <groupId>jakarta.json</groupId> |
90 | | - <artifactId>jakarta.json-api</artifactId> |
91 | | - <version>2.1.2</version> |
92 | | - </dependency> |
93 | | - |
94 | | - <dependency> |
95 | | - <groupId>org.glassfish</groupId> |
96 | | - <artifactId>jakarta.json</artifactId> |
97 | | - <version>2.0.1</version> |
98 | | - <classifier>module</classifier> |
99 | | - </dependency> |
100 | | - </dependencies> |
101 | 80 | </plugin> |
102 | 81 | <plugin><!-- |
103 | 82 | This module produce one artifact by language (with corresponding classifier) |
|
112 | 91 | --> |
113 | 92 | <groupId>org.apache.maven.plugins</groupId> |
114 | 93 | <artifactId>maven-assembly-plugin</artifactId> |
115 | | - <version>3.6.0</version> |
116 | 94 | <executions> |
117 | 95 | <execution> |
118 | 96 | <id>assembly-java</id> |
|
0 commit comments