Skip to content

Commit

Permalink
[MDEP-837] Reformat code after parent 38
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 30, 2022
1 parent 803433b commit cc082ea
Show file tree
Hide file tree
Showing 107 changed files with 6,455 additions and 8,926 deletions.
81 changes: 40 additions & 41 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version='1.0' encoding='UTF-8'?>

<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand All @@ -18,7 +17,6 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

Expand All @@ -36,31 +34,6 @@ under the License.
<name>Apache Maven Dependency Plugin</name>
<description>Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more.</description>

<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</developerConnection>
<url>https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>JIRA</system>
<url>https://issues.apache.org/jira/browse/MDEP</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/</url>
</ciManagement>
<distributionManagement>
<site>
<id>apache.website</id>
<url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
</site>
</distributionManagement>

<contributors>
<contributor>
<name>Bakito</name>
Expand Down Expand Up @@ -88,6 +61,31 @@ under the License.
</contributor>
</contributors>

<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>

<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git</developerConnection>
<tag>HEAD</tag>
<url>https://github.com/apache/maven-dependency-plugin/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
<system>JIRA</system>
<url>https://issues.apache.org/jira/browse/MDEP</url>
</issueManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/</url>
</ciManagement>
<distributionManagement>
<site>
<id>apache.website</id>
<url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
</site>
</distributionManagement>

<properties>
<mavenVersion>3.2.5</mavenVersion>
<jettyVersion>9.4.49.v20220914</jettyVersion>
Expand Down Expand Up @@ -160,7 +158,7 @@ under the License.
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>

<!-- reporting -->
<dependency>
<groupId>org.apache.maven.reporting</groupId>
Expand Down Expand Up @@ -235,7 +233,7 @@ under the License.
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
Expand All @@ -252,10 +250,11 @@ under the License.
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-build-api</artifactId>
<version>0.0.7</version><!-- stick with old GAV until https://github.com/eclipse-m2e/m2e-core/issues/944 is fixed -->
<version>0.0.7</version>
<!-- stick with old GAV until https://github.com/eclipse-m2e/m2e-core/issues/944 is fixed -->
<scope>compile</scope>
</dependency>

<!-- test -->
<dependency>
<groupId>org.eclipse.aether</groupId>
Expand Down Expand Up @@ -428,14 +427,6 @@ under the License.
<groupId>org.codehaus.mojo</groupId>
<artifactId>mrm-maven-plugin</artifactId>
<version>1.4.1</version>
<executions>
<execution>
<goals>
<goal>start</goal>
<goal>stop</goal>
</goals>
</execution>
</executions>
<configuration>
<propertyName>repository.proxy.url</propertyName>
<repositories>
Expand All @@ -445,9 +436,17 @@ under the License.
<localRepo>
<source>${project.build.directory}/local-repo</source>
</localRepo>
<proxyRepo />
<proxyRepo/>
</repositories>
</configuration>
<executions>
<execution>
<goals>
<goal>start</goal>
<goal>stop</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Expand Down
Loading

0 comments on commit cc082ea

Please sign in to comment.