Skip to content

Commit

Permalink
Reshuffle depMgmt (#34)
Browse files Browse the repository at this point in the history
Remove legacy from doxia parent (plexus shim is "drop in"
replacement), and define useful stuff at TLP the
p-u, plexus shim as well as downstream
these are most probably used, is easier
to align along these.
  • Loading branch information
cstamas authored Oct 15, 2021
1 parent 699a355 commit 4b51865
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
16 changes: 0 additions & 16 deletions doxia-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,6 @@ under the License.
<maven.site.path>doxia-tools-archives/${project.artifactId}-LATEST</maven.site.path>
</properties>

<dependencyManagement>
<dependencies>
<!-- Plexus -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.3.0</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
Expand Down
18 changes: 18 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -913,13 +913,31 @@ under the License.
<maven.site.cache>${user.home}/maven-sites</maven.site.cache>
<maven.site.path>../..</maven.site.path><!-- to be overridden -->
<mavenPluginToolsVersion>3.6.1</mavenPluginToolsVersion>
<sisuVersion>0.3.5</sisuVersion>
<!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) -->
<checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore>
<project.build.outputTimestamp>2020-01-26T09:04:18Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
<dependencies>
<!-- Plexus Shim -->
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.inject</artifactId>
<version>${sisuVersion}</version>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
<version>${sisuVersion}</version>
</dependency>
<!-- Commonly shared: last Java7 -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
Expand Down

0 comments on commit 4b51865

Please sign in to comment.