Skip to content

Commit 1e35ba9

Browse files
author
TheSnoozer
committed
[maven-release-plugin] prepare release git-commit-id-plugin-debugging-0.0.2
1 parent 66423f8 commit 1e35ba9

File tree

3 files changed

+179
-179
lines changed

3 files changed

+179
-179
lines changed

pom.xml

Lines changed: 77 additions & 77 deletions
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.2-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>git@github.com:TheSnoozer/git-commit-id-debugging.git</url>
36-
<connection>scm:git:git@github.com:TheSnoozer/git-commit-id-debugging.git</connection>
37-
<developerConnection>scm:git:git@github.com: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.7</java.target>
45-
46-
<git-commit-id-version>2.2.3</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>2.5.1</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.2</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>git@github.com:TheSnoozer/git-commit-id-debugging.git</url>
36+
<connection>scm:git:git@github.com:TheSnoozer/git-commit-id-debugging.git</connection>
37+
<developerConnection>scm:git:git@github.com:TheSnoozer/git-commit-id-debugging.git</developerConnection>
38+
<tag>git-commit-id-plugin-debugging-0.0.2</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.7</java.target>
45+
46+
<git-commit-id-version>2.2.3</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>2.5.1</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

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
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.2-SNAPSHOT</version>
9-
</parent>
10-
11-
<groupId>pl.project13.maven</groupId>
12-
<artifactId>submodule-one</artifactId>
13-
<version>0.0.2-SNAPSHOT</version>
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-
<resources>
22-
<resource>
23-
<directory>src/main/resources</directory>
24-
<filtering>true</filtering>
25-
</resource>
26-
</resources>
27-
28-
<plugins>
29-
<!-- GIT COMMIT ID PLUGIN CONFIGURATION -->
30-
<plugin>
31-
<groupId>pl.project13.maven</groupId>
32-
<artifactId>git-commit-id-plugin</artifactId>
33-
<version>${git-commit-id-version}</version>
34-
<executions>
35-
<execution>
36-
<goals>
37-
<goal>revision</goal>
38-
</goals>
39-
</execution>
40-
</executions>
41-
<configuration>
42-
<prefix>git</prefix>
43-
<verbose>true</verbose>
44-
<skipPoms>false</skipPoms>
45-
<!-- <runOnlyOnce>true</runOnlyOnce> -->
46-
<reactorRootDir>${project.basedir}/../.git</reactorRootDir>
47-
<injectAllReactorProjects>true</injectAllReactorProjects>
48-
<generateGitPropertiesFile>false</generateGitPropertiesFile>
49-
<!--<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>-->
50-
<!--<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>-->
51-
</configuration>
52-
</plugin>
53-
54-
<plugin>
55-
<artifactId>maven-antrun-plugin</artifactId>
56-
<version>1.8</version>
57-
<executions>
58-
<execution>
59-
<phase>package</phase>
60-
<configuration>
61-
<target>
62-
<echo>user.dir: ${user.dir}</echo>
63-
<echo>basedir: ${basedir}</echo>
64-
<echo>project.basedir: ${project.basedir}</echo>
65-
<echo>Git-Infos: ${git.commit.id}</echo>
66-
</target>
67-
</configuration>
68-
<goals>
69-
<goal>run</goal>
70-
</goals>
71-
</execution>
72-
</executions>
73-
</plugin>
74-
</plugins>
75-
</build>
76-
</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.2</version>
9+
</parent>
10+
11+
<groupId>pl.project13.maven</groupId>
12+
<artifactId>submodule-one</artifactId>
13+
<version>0.0.2</version>
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+
<resources>
22+
<resource>
23+
<directory>src/main/resources</directory>
24+
<filtering>true</filtering>
25+
</resource>
26+
</resources>
27+
28+
<plugins>
29+
<!-- GIT COMMIT ID PLUGIN CONFIGURATION -->
30+
<plugin>
31+
<groupId>pl.project13.maven</groupId>
32+
<artifactId>git-commit-id-plugin</artifactId>
33+
<version>${git-commit-id-version}</version>
34+
<executions>
35+
<execution>
36+
<goals>
37+
<goal>revision</goal>
38+
</goals>
39+
</execution>
40+
</executions>
41+
<configuration>
42+
<prefix>git</prefix>
43+
<verbose>true</verbose>
44+
<skipPoms>false</skipPoms>
45+
<!-- <runOnlyOnce>true</runOnlyOnce> -->
46+
<reactorRootDir>${project.basedir}/../.git</reactorRootDir>
47+
<injectAllReactorProjects>true</injectAllReactorProjects>
48+
<generateGitPropertiesFile>false</generateGitPropertiesFile>
49+
<!--<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>-->
50+
<!--<generateGitPropertiesFilename>target/classes/git.properties</generateGitPropertiesFilename>-->
51+
</configuration>
52+
</plugin>
53+
54+
<plugin>
55+
<artifactId>maven-antrun-plugin</artifactId>
56+
<version>1.8</version>
57+
<executions>
58+
<execution>
59+
<phase>package</phase>
60+
<configuration>
61+
<target>
62+
<echo>user.dir: ${user.dir}</echo>
63+
<echo>basedir: ${basedir}</echo>
64+
<echo>project.basedir: ${project.basedir}</echo>
65+
<echo>Git-Infos: ${git.commit.id}</echo>
66+
</target>
67+
</configuration>
68+
<goals>
69+
<goal>run</goal>
70+
</goals>
71+
</execution>
72+
</executions>
73+
</plugin>
74+
</plugins>
75+
</build>
76+
</project>

submodule-two/pom.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
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.2-SNAPSHOT</version>
9-
</parent>
10-
11-
<groupId>pl.project13.maven</groupId>
12-
<artifactId>submodule-two</artifactId>
13-
<version>0.0.2-SNAPSHOT</version>
14-
<packaging>jar</packaging>
15-
16-
<properties>
17-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19-
</properties>
20-
21-
<build>
22-
<plugins>
23-
24-
</plugins>
25-
</build>
26-
</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.2</version>
9+
</parent>
10+
11+
<groupId>pl.project13.maven</groupId>
12+
<artifactId>submodule-two</artifactId>
13+
<version>0.0.2</version>
14+
<packaging>jar</packaging>
15+
16+
<properties>
17+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18+
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19+
</properties>
20+
21+
<build>
22+
<plugins>
23+
24+
</plugins>
25+
</build>
26+
</project>

0 commit comments

Comments
 (0)