Skip to content

Commit 52a602e

Browse files
Ensure that library index generation is done only once
1 parent 5524b26 commit 52a602e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

org.omg.sysml.interactive/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696
<artifactId>exec-maven-plugin</artifactId>
9797
<version>${exec-maven-plugin.version}</version>
9898
<executions>
99+
<!-- Disable the sysand-index execution inherited from pluginManagement,
100+
since it needs to be executed only once. -->
101+
<execution>
102+
<id>sysand-index</id>
103+
<phase>none</phase>
104+
</execution>
99105
<execution>
100106
<phase>package</phase>
101107
<goals>

0 commit comments

Comments
 (0)