Skip to content

Commit

Permalink
Merge branch 'merge-docgen' into MNG-8347
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Oct 25, 2024
2 parents 257b719 + 9b2bab5 commit 40598e3
Show file tree
Hide file tree
Showing 5 changed files with 373 additions and 399 deletions.
48 changes: 13 additions & 35 deletions maven-docgen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,39 +49,15 @@
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-api</artifactId>
<version>2.29.0.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.forge.roaster</groupId>
<artifactId>roaster-jdt</artifactId>
<version>2.29.0.Final</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
</dependency>

<!-- Not needed during compile -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
<scope>runtime</scope>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-tools</artifactId>
<version>${resolverVersion}</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand All @@ -99,10 +75,12 @@
</goals>
<phase>verify</phase>
<configuration>
<mainClass>org.apache.maven.tools.CollectConfiguration</mainClass>
<mainClass>org.eclipse.aether.tools.CollectConfiguration</mainClass>
<arguments>
<argument>--mode=maven</argument>
<argument>--templates=configuration.md,configuration.properties,configuration.yaml</argument>
<argument>${basedir}/..</argument>
<argument>${basedir}/../src/site/markdown/configuration.md</argument>
<argument>${basedir}/../src/site/markdown/</argument>
</arguments>
</configuration>
</execution>
Expand Down
Loading

0 comments on commit 40598e3

Please sign in to comment.