File tree 1 file changed +37
-1
lines changed
1 file changed +37
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >uk.me.g4dpz</groupId >
7
7
<artifactId >predict4java</artifactId >
8
- <version >1.1-SNAPSHOT </version >
8
+ <version >1.1</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >${project.artifactId} </name >
84
84
<artifactId >maven-site-plugin</artifactId >
85
85
<version >3.4</version >
86
86
</plugin >
87
+ <plugin >
88
+ <groupId >org.apache.maven.plugins</groupId >
89
+ <artifactId >maven-source-plugin</artifactId >
90
+ <executions >
91
+ <execution >
92
+ <id >attach-sources</id >
93
+ <goals >
94
+ <goal >jar</goal >
95
+ </goals >
96
+ </execution >
97
+ </executions >
98
+ </plugin >
99
+ <plugin >
100
+ <groupId >org.apache.maven.plugins</groupId >
101
+ <artifactId >maven-javadoc-plugin</artifactId >
102
+ <executions >
103
+ <execution >
104
+ <id >attach-javadocs</id >
105
+ <goals >
106
+ <goal >jar</goal >
107
+ </goals >
108
+ </execution >
109
+ </executions >
110
+ </plugin >
87
111
</plugins >
88
112
</build >
89
113
153
177
</plugins >
154
178
</reporting >
155
179
180
+ <distributionManagement >
181
+ <repository >
182
+ <id >predict4java-releases</id >
183
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
184
+ </repository >
185
+
186
+ <snapshotRepository >
187
+ <id >predict4java-staging</id >
188
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
189
+ </snapshotRepository >
190
+ </distributionManagement >
191
+
156
192
</project >
You can’t perform that action at this time.
0 commit comments