Skip to content

Commit

Permalink
[javafx] Fixing the javadoc generation for released.
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Oct 27, 2019
1 parent 38fdb36 commit 85dd56c
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions main/externalmaven/io.sarl.javafx/pom.xml
Expand Up @@ -199,10 +199,10 @@
</dependencies>
</profile>
<profile>
<id>maven-release-of-javafx-plugin</id>
<id>maven-release-of-maven-javafx-plugin</id>
<activation>
<property>
<name>publicSarlApiModuleSet</name>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
Expand All @@ -212,9 +212,23 @@
<plugin>
<groupId>org.arakhne.afc.maven</groupId>
<artifactId>tag-replacer</artifactId>
<executions>
<execution>
<id>update-sarl-source-tags</id>
<phase>process-classes</phase>
<goals>
<goal>generatereplacesrc</goal>
</goals>
<configuration>
<sources>
<source>${project.basedir}/src/main/generated-sources/sarl</source>
</sources>
</configuration>
</execution>
</executions>
<configuration>
<sources>
<source>${project.basedir}/src/main/generated-sources/sarl</source>
<source>${project.basedir}/src/main/java</source>
</sources>
</configuration>
</plugin>
Expand Down

0 comments on commit 85dd56c

Please sign in to comment.