Skip to content

Commit af47011

Browse files
committed
Add needed <p> tags to javadoc
1 parent 43636ee commit af47011

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

src/main/java/org/scijava/maven/plugin/install/InstallArtifactMojo.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@
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

src/main/java/org/scijava/maven/plugin/install/PopulateAppMojo.java

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,15 @@
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

0 commit comments

Comments
 (0)