Skip to content

Commit fea0391

Browse files
Update legal dir, and some dev guide updates
1 parent 35297c2 commit fea0391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/xdoc/developer-guide.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ align="middle" />
187187

188188
<p>Check that the set of license files in the legal directory is complete and accurate (by checking that in the binary distribution for every third party JAR in the lib directory. </p>
189189

190-
<p>Check that the apache-release profile can be executed properly. To do this, issue the following command: mvn clean install -Papache-release -DskipTests=true</p>
190+
<p>Check that the apache-release profile (see the 'parent' reference in the top level pom.xml, and https://maven.apache.org/pom/asf/) can be executed properly. To do this, issue the following command: mvn clean install -Papache-release -DskipTests=true</p>
191191

192192
<p>You may also execute a dry run of the release process: mvn release:prepare -DdryRun=true. In a dry run, the generated zip files will still be labled as SNAPSHOT. After this, you need to clean up using the following command: mvn release:clean</p>
193193

0 commit comments

Comments
 (0)