File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
src/main/java/org/scijava/maven/plugin/install Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 7373/**
7474 * Downloads .jar artifacts and their dependencies into a SciJava application
7575 * directory structure.
76- *
76+ * <p>
7777 * ImageJ 1.x plugins (identified by containing a plugins.config file) get
7878 * copied to the plugins/ subdirectory and all other .jar files to jars/.
79- * However, you can override this decision by setting the scijava.app.subdirectory
80- * property to a specific subdirectory. It expects the location of the SciJava
81- * application directory to be specified in the scijava.app.directory property
82- * (which can be set on the Maven command-line). If said property is not set,
83- * the install-artifact goal is skipped.
79+ * However, you can override this decision by setting the
80+ * scijava.app.subdirectory property to a specific subdirectory. It expects the
81+ * location of the SciJava application directory to be specified in the
82+ * scijava.app.directory property (which can be set on the Maven command-line).
83+ * If said property is not set, the install-artifact goal is skipped.
84+ * </p>
8485 *
8586 * @author Johannes Schindelin
8687 * @author Stefan Helfrich
Original file line number Diff line number Diff line change 5555/**
5656 * Copies .jar artifacts and their dependencies into a SciJava application
5757 * directory structure.
58- *
58+ * <p>
5959 * ImageJ 1.x plugins (identified by containing a plugins.config file) get
6060 * copied to the plugins/ subdirectory and all other .jar files to jars/.
61- * However, you can override this decision by setting the scijava.app.subdirectory
62- * property to a specific subdirectory. It expects the location of the SciJava
63- * application directory to be specified in the scijava.app.directory property
64- * (which can be set on the Maven command-line). If said property is not set,
65- * the populate-app goal is skipped.
61+ * However, you can override this decision by setting the
62+ * scijava.app.subdirectory property to a specific subdirectory. It expects the
63+ * location of the SciJava application directory to be specified in the
64+ * scijava.app.directory property (which can be set on the Maven command-line).
65+ * If said property is not set, the populate-app goal is skipped.
66+ * </p>
6667 *
6768 * @author Johannes Schindelin
6869 * @author Stefan Helfrich
You can’t perform that action at this time.
0 commit comments