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
Copy file name to clipboardExpand all lines: README.md
+38-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# VisualVM (master) sources repository
1
+
# VisualVM (2.1.6) sources repository
2
2
3
3
VisualVM is a visual tool integrating commandline JDK tools and lightweight profiling capabilities. See https://visualvm.github.io for details, downloads and documentation.
4
4
@@ -24,6 +24,43 @@ To build VisualVM, use `ant build-zip` command in the `visualvm/visualvm` direct
24
24
25
25
To build or run the plugins suite, use `ant build` or `ant run` in the `visualvm/plugins` directory. This will automatically build the zip distribution of the core VisualVM tool into `visualvm/visualvm/dist/visualvm.zip` and extract it into the `visualvm/plugins/visualvm` directory. After that the build of the plugins suite continues to build each of the individual plugins. Running the plugins suite means starting VisualVM with all the plugins installed.
26
26
27
+
## Generate the Maven artifacts
28
+
29
+
First prepare the binaries:
30
+
31
+
1. Build VisualVM tool as described above
32
+
2. Expand/decompress the generated `visualvm.zip` file in `visualvm/dist`.
33
+
3. Generate the NBMs by running: `ant nbms`. This will generate a folder `build/updates` containing all the NBMs.
34
+
35
+
To generate the artifacts use [`org.apache.netbeans.utilities:nb-repository-plugin`](https://bits.netbeans.org/mavenutilities/nb-repository-plugin/index.html). Make sure the current directory is still `visualvm/visualvm`.
36
+
37
+
To install the artifacts into your local repository use the following command:
For more information about `nb-repository-plugin` see https://bits.netbeans.org/mavenutilities/nb-repository-plugin/index.html
63
+
27
64
## Contribute
28
65
29
66
We highly appreciate any feedback! Please let us know your ideas, missing features, or bugs found. Either [file a RFE/bug](https://github.com/oracle/visualvm/issues/new/choose) or [leave us a message](https://visualvm.github.io/feedback.html). For legal reasons, we cannot accept external pull requests. See
Copy file name to clipboardExpand all lines: visualvm/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
+2-2
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,5 @@
22
22
# or visit www.oracle.com if you need additional information or have any
0 commit comments