File tree 2 files changed +14
-11
lines changed
2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 2
2
--------
3
3
4
4
Maven is used as build tool for jrobotremoteserver.
5
- You can simply do a 'mvn clean package javadoc:jar ' in the project directory.
5
+ You can simply do a 'mvn clean package assembly:single ' in the project directory.
6
6
7
7
Robot Tests
8
8
-----------
Original file line number Diff line number Diff line change 24
24
25
25
</developer >
26
26
</developers >
27
+ <parent >
28
+ <groupId >org.sonatype.oss</groupId >
29
+ <artifactId >oss-parent</artifactId >
30
+ <version >7</version >
31
+ </parent >
27
32
<properties >
28
33
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
29
34
</properties >
67
72
</dependency >
68
73
</dependencies >
69
74
<build >
70
- <finalName >jrobotremoteserver</finalName >
71
75
<plugins >
72
76
<plugin >
73
77
<artifactId >maven-assembly-plugin</artifactId >
78
+ <version >2.2-beta-5</version >
74
79
<configuration >
75
80
<descriptorRefs >
76
81
<descriptorRef >jar-with-dependencies</descriptorRef >
77
82
</descriptorRefs >
78
83
</configuration >
79
- <executions >
80
- <execution >
81
- <id >make-my-jar-with-dependencies</id >
82
- <phase >package</phase >
83
- <goals >
84
- <goal >single</goal >
85
- </goals >
86
- </execution >
87
- </executions >
88
84
</plugin >
89
85
<plugin >
90
86
<groupId >org.apache.maven.plugins</groupId >
103
99
<groupId >org.apache.maven.plugins</groupId >
104
100
<artifactId >maven-javadoc-plugin</artifactId >
105
101
<version >2.8.1</version >
102
+ <executions >
103
+ <execution >
104
+ <goals >
105
+ <goal >jar</goal >
106
+ </goals >
107
+ </execution >
108
+ </executions >
106
109
</plugin >
107
110
</plugins >
108
111
</build >
You can’t perform that action at this time.
0 commit comments