Skip to content

Commit a8afa4f

Browse files
author
TheSnoozer
committed
format newlines with dos2unix (find . -name "*.xml" -exec dos2unix {} \; )
1 parent 0f62de1 commit a8afa4f

File tree

3 files changed

+193
-193
lines changed

3 files changed

+193
-193
lines changed

pom.xml

+77-77
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
1-
<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/maven-v4_0_0.xsd">
2-
<modelVersion>4.0.0</modelVersion>
3-
4-
<parent>
5-
<groupId>org.sonatype.oss</groupId>
6-
<artifactId>oss-parent</artifactId>
7-
<version>9</version>
8-
</parent>
9-
10-
<groupId>pl.project13.maven</groupId>
11-
<artifactId>git-commit-id-plugin-debugging</artifactId>
12-
<packaging>pom</packaging>
13-
14-
<version>0.0.3-SNAPSHOT</version>
15-
16-
<name>Git Commit Id Plugin Maven Mojo Debugging</name>
17-
<description>
18-
Debugging Project for https://github.com/ktoso/maven-git-commit-id-plugin
19-
</description>
20-
<url>http://www.blog.project13.pl</url>
21-
22-
<modules>
23-
<module>submodule-one</module>
24-
<module>submodule-two</module>
25-
</modules>
26-
27-
<licenses>
28-
<license>
29-
<name>GNU Lesser General Public License 3.0</name>
30-
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
31-
</license>
32-
</licenses>
33-
34-
<scm>
35-
<url>[email protected]:TheSnoozer/git-commit-id-debugging.git</url>
36-
<connection>scm:git:[email protected]:TheSnoozer/git-commit-id-debugging.git</connection>
37-
<developerConnection>scm:git:[email protected]:TheSnoozer/git-commit-id-debugging.git</developerConnection>
38-
<tag>HEAD</tag>
39-
</scm>
40-
41-
<properties>
42-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
43-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
44-
<java.target>1.8</java.target>
45-
46-
<git-commit-id-version>2.2.5</git-commit-id-version>
47-
</properties>
48-
49-
<dependencies>
50-
</dependencies>
51-
52-
<build>
53-
<pluginManagement>
54-
<plugins>
55-
<plugin>
56-
<groupId>org.apache.maven.plugins</groupId>
57-
<artifactId>maven-release-plugin</artifactId>
58-
<version>2.5.3</version>
59-
</plugin>
60-
</plugins>
61-
</pluginManagement>
62-
<plugins>
63-
<!-- Setting built-in java compiler properties -->
64-
<plugin>
65-
<groupId>org.apache.maven.plugins</groupId>
66-
<artifactId>maven-compiler-plugin</artifactId>
67-
<version>3.8.0</version>
68-
<configuration>
69-
<encoding>UTF-8</encoding>
70-
<source>${java.target}</source>
71-
<target>${java.target}</target>
72-
</configuration>
73-
</plugin>
74-
</plugins>
75-
</build>
76-
</project>
77-
1+
<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/maven-v4_0_0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
4+
<parent>
5+
<groupId>org.sonatype.oss</groupId>
6+
<artifactId>oss-parent</artifactId>
7+
<version>9</version>
8+
</parent>
9+
10+
<groupId>pl.project13.maven</groupId>
11+
<artifactId>git-commit-id-plugin-debugging</artifactId>
12+
<packaging>pom</packaging>
13+
14+
<version>0.0.3-SNAPSHOT</version>
15+
16+
<name>Git Commit Id Plugin Maven Mojo Debugging</name>
17+
<description>
18+
Debugging Project for https://github.com/ktoso/maven-git-commit-id-plugin
19+
</description>
20+
<url>http://www.blog.project13.pl</url>
21+
22+
<modules>
23+
<module>submodule-one</module>
24+
<module>submodule-two</module>
25+
</modules>
26+
27+
<licenses>
28+
<license>
29+
<name>GNU Lesser General Public License 3.0</name>
30+
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
31+
</license>
32+
</licenses>
33+
34+
<scm>
35+
<url>[email protected]:TheSnoozer/git-commit-id-debugging.git</url>
36+
<connection>scm:git:[email protected]:TheSnoozer/git-commit-id-debugging.git</connection>
37+
<developerConnection>scm:git:[email protected]:TheSnoozer/git-commit-id-debugging.git</developerConnection>
38+
<tag>HEAD</tag>
39+
</scm>
40+
41+
<properties>
42+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
43+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
44+
<java.target>1.8</java.target>
45+
46+
<git-commit-id-version>2.2.5</git-commit-id-version>
47+
</properties>
48+
49+
<dependencies>
50+
</dependencies>
51+
52+
<build>
53+
<pluginManagement>
54+
<plugins>
55+
<plugin>
56+
<groupId>org.apache.maven.plugins</groupId>
57+
<artifactId>maven-release-plugin</artifactId>
58+
<version>2.5.3</version>
59+
</plugin>
60+
</plugins>
61+
</pluginManagement>
62+
<plugins>
63+
<!-- Setting built-in java compiler properties -->
64+
<plugin>
65+
<groupId>org.apache.maven.plugins</groupId>
66+
<artifactId>maven-compiler-plugin</artifactId>
67+
<version>3.8.0</version>
68+
<configuration>
69+
<encoding>UTF-8</encoding>
70+
<source>${java.target}</source>
71+
<target>${java.target}</target>
72+
</configuration>
73+
</plugin>
74+
</plugins>
75+
</build>
76+
</project>
77+

submodule-one/pom.xml

+91-91
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,91 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
3-
<modelVersion>4.0.0</modelVersion>
4-
5-
<parent>
6-
<groupId>pl.project13.maven</groupId>
7-
<artifactId>git-commit-id-plugin-debugging</artifactId>
8-
<version>0.0.3-SNAPSHOT</version>
9-
</parent>
10-
11-
<artifactId>submodule-one</artifactId>
12-
<version>0.0.3-SNAPSHOT</version>
13-
14-
<properties>
15-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17-
</properties>
18-
19-
<build>
20-
<resources>
21-
<resource>
22-
<directory>src/main/resources</directory>
23-
<filtering>true</filtering>
24-
</resource>
25-
</resources>
26-
27-
<plugins>
28-
<!-- GIT COMMIT ID PLUGIN CONFIGURATION -->
29-
<plugin>
30-
<groupId>pl.project13.maven</groupId>
31-
<artifactId>git-commit-id-plugin</artifactId>
32-
<version>${git-commit-id-version}</version>
33-
<executions>
34-
<execution>
35-
<phase>validate</phase>
36-
<id>get-the-git-infos-validate</id>
37-
<goals>
38-
<goal>revision</goal>
39-
</goals>
40-
<configuration>
41-
<generateGitPropertiesFilename>${project.build.outputDirectory}/validate_git.properties</generateGitPropertiesFilename>
42-
</configuration>
43-
</execution>
44-
<execution>
45-
<phase>initialize</phase>
46-
<id>get-the-git-infos-initialize</id>
47-
<goals>
48-
<goal>revision</goal>
49-
</goals>
50-
<configuration>
51-
<generateGitPropertiesFilename>${project.build.outputDirectory}/initialize_git.properties</generateGitPropertiesFilename>
52-
</configuration>
53-
</execution>
54-
</executions>
55-
<configuration>
56-
<prefix>git</prefix>
57-
<verbose>true</verbose>
58-
<skipPoms>false</skipPoms>
59-
<!-- <runOnlyOnce>true</runOnlyOnce> -->
60-
<dotGitDirectory>${project.basedir}/../.git</dotGitDirectory>
61-
<injectAllReactorProjects>true</injectAllReactorProjects>
62-
<generateGitPropertiesFile>true</generateGitPropertiesFile>
63-
<!--<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>-->
64-
<!--<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>-->
65-
</configuration>
66-
</plugin>
67-
68-
<plugin>
69-
<groupId>org.apache.maven.plugins</groupId>
70-
<artifactId>maven-antrun-plugin</artifactId>
71-
<version>1.8</version>
72-
<executions>
73-
<execution>
74-
<phase>package</phase>
75-
<configuration>
76-
<target>
77-
<echo>user.dir: ${user.dir}</echo>
78-
<echo>basedir: ${basedir}</echo>
79-
<echo>project.basedir: ${project.basedir}</echo>
80-
<echo>Git-Infos: ${git.commit.id}</echo>
81-
</target>
82-
</configuration>
83-
<goals>
84-
<goal>run</goal>
85-
</goals>
86-
</execution>
87-
</executions>
88-
</plugin>
89-
</plugins>
90-
</build>
91-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<groupId>pl.project13.maven</groupId>
7+
<artifactId>git-commit-id-plugin-debugging</artifactId>
8+
<version>0.0.3-SNAPSHOT</version>
9+
</parent>
10+
11+
<artifactId>submodule-one</artifactId>
12+
<version>0.0.3-SNAPSHOT</version>
13+
14+
<properties>
15+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
17+
</properties>
18+
19+
<build>
20+
<resources>
21+
<resource>
22+
<directory>src/main/resources</directory>
23+
<filtering>true</filtering>
24+
</resource>
25+
</resources>
26+
27+
<plugins>
28+
<!-- GIT COMMIT ID PLUGIN CONFIGURATION -->
29+
<plugin>
30+
<groupId>pl.project13.maven</groupId>
31+
<artifactId>git-commit-id-plugin</artifactId>
32+
<version>${git-commit-id-version}</version>
33+
<executions>
34+
<execution>
35+
<phase>validate</phase>
36+
<id>get-the-git-infos-validate</id>
37+
<goals>
38+
<goal>revision</goal>
39+
</goals>
40+
<configuration>
41+
<generateGitPropertiesFilename>${project.build.outputDirectory}/validate_git.properties</generateGitPropertiesFilename>
42+
</configuration>
43+
</execution>
44+
<execution>
45+
<phase>initialize</phase>
46+
<id>get-the-git-infos-initialize</id>
47+
<goals>
48+
<goal>revision</goal>
49+
</goals>
50+
<configuration>
51+
<generateGitPropertiesFilename>${project.build.outputDirectory}/initialize_git.properties</generateGitPropertiesFilename>
52+
</configuration>
53+
</execution>
54+
</executions>
55+
<configuration>
56+
<prefix>git</prefix>
57+
<verbose>true</verbose>
58+
<skipPoms>false</skipPoms>
59+
<!-- <runOnlyOnce>true</runOnlyOnce> -->
60+
<dotGitDirectory>${project.basedir}/../.git</dotGitDirectory>
61+
<injectAllReactorProjects>true</injectAllReactorProjects>
62+
<generateGitPropertiesFile>true</generateGitPropertiesFile>
63+
<!--<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>-->
64+
<!--<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>-->
65+
</configuration>
66+
</plugin>
67+
68+
<plugin>
69+
<groupId>org.apache.maven.plugins</groupId>
70+
<artifactId>maven-antrun-plugin</artifactId>
71+
<version>1.8</version>
72+
<executions>
73+
<execution>
74+
<phase>package</phase>
75+
<configuration>
76+
<target>
77+
<echo>user.dir: ${user.dir}</echo>
78+
<echo>basedir: ${basedir}</echo>
79+
<echo>project.basedir: ${project.basedir}</echo>
80+
<echo>Git-Infos: ${git.commit.id}</echo>
81+
</target>
82+
</configuration>
83+
<goals>
84+
<goal>run</goal>
85+
</goals>
86+
</execution>
87+
</executions>
88+
</plugin>
89+
</plugins>
90+
</build>
91+
</project>

submodule-two/pom.xml

+25-25
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
3-
<modelVersion>4.0.0</modelVersion>
4-
5-
<parent>
6-
<groupId>pl.project13.maven</groupId>
7-
<artifactId>git-commit-id-plugin-debugging</artifactId>
8-
<version>0.0.3-SNAPSHOT</version>
9-
</parent>
10-
11-
<artifactId>submodule-two</artifactId>
12-
<version>0.0.3-SNAPSHOT</version>
13-
<packaging>jar</packaging>
14-
15-
<properties>
16-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18-
</properties>
19-
20-
<build>
21-
<plugins>
22-
23-
</plugins>
24-
</build>
25-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<groupId>pl.project13.maven</groupId>
7+
<artifactId>git-commit-id-plugin-debugging</artifactId>
8+
<version>0.0.3-SNAPSHOT</version>
9+
</parent>
10+
11+
<artifactId>submodule-two</artifactId>
12+
<version>0.0.3-SNAPSHOT</version>
13+
<packaging>jar</packaging>
14+
15+
<properties>
16+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
18+
</properties>
19+
20+
<build>
21+
<plugins>
22+
23+
</plugins>
24+
</build>
25+
</project>

0 commit comments

Comments
 (0)