Skip to content

Commit

Permalink
Switch to cui-core to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Sep 5, 2024
1 parent 060ede0 commit 1567034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 47 deletions.
48 changes: 1 addition & 47 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,57 +33,11 @@
<version.cui.parent>0.7.7</version.cui.parent>
<!-- Needed for js / css -->
<version.nodejs>v20.11.1</version.nodejs>
<version.cui.portal.core>1.0.0-SNAPSHOT</version.cui.portal.core>
<version.cui.portal.core>1.0.0</version.cui.portal.core>
</properties>
<modules>
<module>bom</module>
<module>modules</module>
<module>web-modules</module>
</modules>
<profiles>
<profile>
<id>javadoc-mm-reporting</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>aggregate</id>
<goals>
<goal>aggregate</goal>
</goals>
<phase>site</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.plugin.version}</version>
<reportSets>
<reportSet>
<id>aggregate</id>
<inherited>false</inherited>
<reports>
<report>aggregate</report>
</reports>
</reportSet>
<reportSet>
<id>default</id>
<reports>
<report>javadoc</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
</profile>
</profiles>
</project>
1 change: 1 addition & 0 deletions web-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
javascript, css ...</description>
<properties>
<version.slf4j>2.0.7</version.slf4j>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>
<build>
<resources>
Expand Down

0 comments on commit 1567034

Please sign in to comment.