File tree Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" ISO-8859-1" ?>
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/maven-v4_0_0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
5
6
<groupId >org.dmonix.functional</groupId >
40
41
<
connection >scm:git:
[email protected] :pnerg/java-scala-util.git</
connection >
41
42
<
developerConnection >scm:git:
[email protected] :pnerg/java-scala-util.git</
developerConnection >
42
43
<
url >
[email protected] :pnerg/java-scala-util.git</
url >
43
- <tag >HEAD</tag >
44
- </scm >
44
+ <tag >HEAD</tag >
45
+ </scm >
45
46
46
47
<dependencies >
47
48
<dependency >
63
64
<verbose >true</verbose >
64
65
</configuration >
65
66
</plugin >
67
+ <plugin >
68
+ <groupId >org.apache.maven.plugins</groupId >
69
+ <artifactId >maven-jar-plugin</artifactId >
70
+ <version >2.6</version >
71
+ <configuration >
72
+ <archive >
73
+ <index >true</index >
74
+ <manifest >
75
+ <addDefaultImplementationEntries >true</addDefaultImplementationEntries >
76
+ <addClasspath >true</addClasspath >
77
+ </manifest >
78
+ </archive >
79
+ </configuration >
80
+ </plugin >
81
+
66
82
<plugin >
67
83
<groupId >org.apache.maven.plugins</groupId >
68
84
<artifactId >maven-source-plugin</artifactId >
81
97
<artifactId >maven-javadoc-plugin</artifactId >
82
98
<version >2.9.1</version >
83
99
<configuration >
84
- <bottom ><![CDATA[ Copyright © {currentYear}, Peter Nerg <a href=http://www.apache.org/licenses/LICENSE-2.0>Apache License v2.0 </a>]]> </bottom >
100
+ <bottom ><![CDATA[ Copyright © {currentYear}, Peter Nerg <a href=http://www.apache.org/licenses/LICENSE-2.0>Apache License v2.0 </a>]]>
101
+ </bottom >
85
102
</configuration >
86
103
<executions >
87
104
<execution >
117
134
<goals >deploy</goals >
118
135
</configuration >
119
136
</plugin >
120
-
137
+
121
138
</plugins >
122
139
</build >
123
140
</project >
You can’t perform that action at this time.
0 commit comments