File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+
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
3
<parent >
3
4
<groupId >org.sonatype.oss</groupId >
90
91
<target >1.5</target >
91
92
</configuration >
92
93
</plugin >
94
+ <plugin >
95
+ <groupId >org.apache.maven.plugins</groupId >
96
+ <artifactId >maven-source-plugin</artifactId >
97
+ <version >2.1.2</version >
98
+ <executions >
99
+ <execution >
100
+ <id >attach-sources</id >
101
+ <goals >
102
+ <goal >jar-no-fork</goal >
103
+ </goals >
104
+ </execution >
105
+ </executions >
106
+ </plugin >
107
+ <plugin >
108
+ <groupId >org.apache.maven.plugins</groupId >
109
+ <artifactId >maven-javadoc-plugin</artifactId >
110
+ <version >2.7</version >
111
+ <executions >
112
+ <execution >
113
+ <id >attach-javadocs</id >
114
+ <goals >
115
+ <goal >jar</goal >
116
+ </goals >
117
+ </execution >
118
+ </executions >
119
+ </plugin >
93
120
<plugin >
94
121
<groupId >org.codehaus.mojo</groupId >
95
122
<artifactId >cobertura-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments