Skip to content

Commit

Permalink
Suppress Maven javadoc generation in the IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Apr 7, 2024
1 parent 0d28cac commit 82394d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/org.eclipse.birt.chart.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<version>${antrun.version}</version>
<executions>
<execution>
<?m2e ignore?>
<id>javadoc</id>
<phase>compile</phase>
<goals>
Expand Down
1 change: 1 addition & 0 deletions docs/org.eclipse.birt.doc.isv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<version>${antrun.version}</version>
<executions>
<execution>
<?m2e ignore?>
<id>javadoc</id>
<phase>compile</phase>
<goals>
Expand Down

0 comments on commit 82394d1

Please sign in to comment.