Skip to content

Commit

Permalink
Merge pull request #21642 from madurangasiriwardena/warning
Browse files Browse the repository at this point in the history
Fix maven build warnings
  • Loading branch information
madurangasiriwardena authored Nov 8, 2024
2 parents 41f10ee + 408fd8f commit e501367
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
5 changes: 0 additions & 5 deletions modules/api-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,6 @@
<artifactId>org.wso2.carbon.api.server.consent.mgt</artifactId>
<version>${carbon.consent.mgt.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.consent.mgt</groupId>
<artifactId>org.wso2.carbon.api.server.consent.mgt</artifactId>
<version>${carbon.consent.mgt.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.local.auth.api</groupId>
<artifactId>org.wso2.carbon.api.server.local.auth.api</artifactId>
Expand Down
30 changes: 4 additions & 26 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,23 +582,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.4</version>
<reportSets>
<reportSet>
<reports>
<report>index</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</reportPlugins>
</configuration>
<version>3.21.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -638,13 +622,6 @@
</namespaceContexts>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.google.code.maven-config-processor-plugin</groupId>
<artifactId>config-processor-maven-plugin</artifactId>
<version>2.6</version>
<executions>
<execution>
<id>add-missing-axis2-configs</id>
<phase>prepare-package</phase>
Expand Down Expand Up @@ -783,11 +760,12 @@
</plugin>
</plugins>
</build>
<!--reporting>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.8.0</version>
<reportSets>
<reportSet>
<reports>
Expand All @@ -797,5 +775,5 @@
</reportSets>
</plugin>
</plugins>
</reporting-->
</reporting>
</project>

0 comments on commit e501367

Please sign in to comment.