Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Jun 16, 2024
1 parent 27e51ad commit 0488b61
Show file tree
Hide file tree
Showing 17 changed files with 1,385 additions and 1,812 deletions.
31 changes: 14 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
<packaging>maven-plugin</packaging>

<name>Build Number Maven Plugin</name>
<description>
This plugin is designed to give you a build number. So when you might make 100 builds of version
1.0-SNAPSHOT, you can differentiate between them all.
</description>
<description>This plugin is designed to give you a build number. So when you might make 100 builds of version
1.0-SNAPSHOT, you can differentiate between them all.</description>

<url>https://www.mojohaus.org/buildnumber-maven-plugin/</url>
<inceptionYear>2007</inceptionYear>
Expand Down Expand Up @@ -73,8 +71,8 @@
<scm>
<connection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/mojohaus/buildnumber-maven-plugin.git</developerConnection>
<url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url>
<tag>HEAD</tag>
<url>https://github.com/mojohaus/buildnumber-maven-plugin/tree/master</url>
</scm>

<issueManagement>
Expand All @@ -84,7 +82,6 @@

<properties>
<maven.scm.version>2.0.1</maven.scm.version>
<mojo.java.target>8</mojo.java.target>
<maven.it.version>${mavenVersion}</maven.it.version>
<takari.plugin.testing.version>3.0.0</takari.plugin.testing.version>
<takari-lifecycle-plugin.version>2.0.8</takari-lifecycle-plugin.version>
Expand Down Expand Up @@ -266,10 +263,10 @@
<executions>
<execution>
<id>unpack</id>
<phase>generate-test-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<phase>generate-test-resources</phase>
<configuration>
<outputDirectory>${project.build.directory}/maven-installation</outputDirectory>
<artifactItems>
Expand All @@ -288,6 +285,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.7.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>enforce-versions</id>
Expand All @@ -307,13 +311,6 @@
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.7.0</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand All @@ -324,10 +321,10 @@
<executions>
<execution>
<id>testProperties</id>
<phase>process-test-resources</phase>
<goals>
<goal>testProperties</goal>
</goals>
<phase>process-test-resources</phase>
</execution>
</executions>
</plugin>
Expand All @@ -346,10 +343,10 @@
<executions>
<execution>
<id>useLastCommittedRevision</id>
<phase>compile</phase>
<goals>
<goal>create</goal>
</goals>
<phase>compile</phase>
<configuration>
<providerImplementations>
<svn>javasvn</svn>
Expand All @@ -360,10 +357,10 @@
</execution>
<execution>
<id>timestampFormat</id>
<phase>test</phase>
<goals>
<goal>create</goal>
</goals>
<phase>test</phase>
<configuration>
<providerImplementations>
<svn>javasvn</svn>
Expand Down
Loading

0 comments on commit 0488b61

Please sign in to comment.