mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-09 01:30:57 +00:00
Remove takari-local-repository extension
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
|
||||
Copyright 2019 the original author or authors.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
-->
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>io.takari.aether</groupId>
|
||||
<artifactId>takari-local-repository</artifactId>
|
||||
<version>0.11.3</version>
|
||||
</extension>
|
||||
</extensions>
|
@@ -49,10 +49,6 @@
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-embedder</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.takari.aether</groupId>
|
||||
<artifactId>takari-local-repository</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.plexus</groupId>
|
||||
<artifactId>plexus-interactivity-api</artifactId>
|
||||
|
@@ -50,7 +50,7 @@ public class ExtensionsNativeIT {
|
||||
assertDaemonRegistrySize(1);
|
||||
DaemonInfo daemon = registry.getAll().iterator().next();
|
||||
assertTrue(daemon.getOptions().contains(
|
||||
"mvnd.coreExtensions=io.takari.aether:takari-local-repository:[0.11.3,);fr.jcgay.maven:maven-profiler:3.0"));
|
||||
"mvnd.coreExtensions=fr.jcgay.maven:maven-profiler:3.0"));
|
||||
|
||||
registry.awaitIdle(daemon.getId());
|
||||
|
||||
|
@@ -17,11 +17,6 @@
|
||||
|
||||
-->
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>io.takari.aether</groupId>
|
||||
<artifactId>takari-local-repository</artifactId>
|
||||
<version>[0.11.3,)</version>
|
||||
</extension>
|
||||
<extension>
|
||||
<groupId>fr.jcgay.maven</groupId>
|
||||
<artifactId>maven-profiler</artifactId>
|
||||
|
7
pom.xml
7
pom.xml
@@ -47,7 +47,6 @@
|
||||
<logback.version>1.2.3</logback.version>
|
||||
<maven.version>3.8.1</maven.version>
|
||||
<slf4j.version>1.7.29</slf4j.version>
|
||||
<takari-local-repository.version>0.11.2</takari-local-repository.version>
|
||||
|
||||
<!-- plugin versions a..z -->
|
||||
<buildnumber-maven-plugin.version>1.4</buildnumber-maven-plugin.version>
|
||||
@@ -138,12 +137,6 @@
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.takari.aether</groupId>
|
||||
<artifactId>takari-local-repository</artifactId>
|
||||
<version>${takari-local-repository.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jakarta.inject</groupId>
|
||||
<artifactId>jakarta.inject-api</artifactId>
|
||||
|
Reference in New Issue
Block a user