Skip to content

Commit

Permalink
Second (failed) attempt at producing state machine graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Nov 27, 2024
1 parent b110000 commit d8b125d
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 31 deletions.
4 changes: 2 additions & 2 deletions modules/acl-vehicles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<versionRange>[1.0-alpha-1,)</versionRange>
<versionRange>[7.6.0,)</versionRange>
<goals>
<goal>smc</goal>
</goals>
Expand Down
4 changes: 2 additions & 2 deletions modules/dcache-nearline-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<versionRange>[1.0-alpha-1,)</versionRange>
<versionRange>[7.6.0,)</versionRange>
<goals>
<goal>smc</goal>
</goals>
Expand Down
4 changes: 2 additions & 2 deletions modules/dcache-srm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<versionRange>[1.0-alpha-1,)</versionRange>
<versionRange>[7.6.0,)</versionRange>
<goals>
<goal>smc</goal>
</goals>
Expand Down
4 changes: 2 additions & 2 deletions modules/dcache-vehicles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<versionRange>[1.0-alpha-1,)</versionRange>
<versionRange>[7.6.0,)</versionRange>
<goals>
<goal>smc</goal>
</goals>
Expand Down
28 changes: 12 additions & 16 deletions modules/dcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@

<dependency>
<groupId>net.sf.smc</groupId>
<artifactId>statemap</artifactId>
<artifactId>library</artifactId>
<version>${version.smc}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -395,26 +396,22 @@
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<version>7.6.0</version>
<configuration>
<targetLanguage>java7</targetLanguage>
<verbose>true</verbose>
</configuration>
<executions>
<execution>
<id>src-build</id>
<phase>generate-sources</phase>
<goals>
<goal>smc</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>net.sf.smc</groupId>
<artifactId>smc</artifactId>
<version>${version.smc}</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down Expand Up @@ -491,9 +488,9 @@
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.codehaus.mojo</groupId>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<versionRange>[1.0-alpha-1,)</versionRange>
<versionRange>[7.6.0,)</versionRange>
<goals>
<goal>smc</goal>
</goals>
Expand Down Expand Up @@ -528,9 +525,9 @@
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<groupId>net.sf.smc</groupId>
<artifactId>smc-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
<version>7.6.0</version>
<configuration>
<targetLanguage>graph</targetLanguage>
<glevel>2</glevel>
Expand All @@ -539,6 +536,7 @@
<executions>
<execution>
<id>smc-dot</id>
<phase>generate-sources</phase>
<goals>
<goal>smc</goal>
</goals>
Expand All @@ -556,6 +554,4 @@
</build>
</profile>
</profiles>

</project>

8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<version.spring>5.3.39</version.spring>
<!-- Remember to sync aspectj version in dcache.properties -->
<version.aspectj>1.9.21.2</version.aspectj>
<version.smc>6.6.0</version.smc>
<version.smc>7.6.0</version.smc>
<version.xerces>2.12.0</version.xerces>
<version.jetty>9.4.55.v20240627</version.jetty>
<version.xrootd4j>4.6.0</version.xrootd4j>
Expand Down Expand Up @@ -625,12 +625,6 @@
<version>${version.aspectj}</version>
</dependency>

<dependency>
<groupId>net.sf.smc</groupId>
<artifactId>statemap</artifactId>
<version>${version.smc}</version>
</dependency>

<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
Expand Down

0 comments on commit d8b125d

Please sign in to comment.