You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will upgrade the *pom.xml* and *MANIFEST.MF* of all the repositories.
@@ -28,3 +28,12 @@ The resulted folders and files have to be copied to the *updatesite/latest* fold
28
28
### 4. Add a new release on GitHub
29
29
30
30
Tag the current point of the history with the release number previously given (X.Y.0). Optionally upgrade the [exported files](#3-export-the-updated-feature) as a zip.
31
+
32
+
# Create a new .jar file as release
33
+
34
+
In the folder *plugins/de.fraunhofer.ipa.ros.parent* execute the command:
35
+
```
36
+
mvn package
37
+
```
38
+
39
+
The generated .jar file will be automatically generated under *plugins/de.fraunhofer.ipa.ros.plugin/target/de.fraunhofer.ipa.ros.plugin-X.Y.Z-SNAPSHOT.jar*.
0 commit comments