Skip to content

Commit

Permalink
[Fix] Disable s-pipes-module-creator-maven-plugin due to errors in build
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Aug 22, 2023
1 parent 6ecf392 commit 2b2a885
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions s-pipes-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,24 +51,24 @@
</configuration>
</plugin>

<plugin>
<groupId>cz.cvut.kbss</groupId>
<artifactId>s-pipes-module-creator-maven-plugin</artifactId>
<version>${project.parent.version}</version>
<inherited>false</inherited>
<executions>
<execution>
<goals>
<goal>process-annotations</goal>
</goals>
<configuration>
<mode>RDF_FOR_ALL_CHILDREN</mode>
<modulePackageName>cz.cvut.spipes</modulePackageName>
<ontologyFilename>all-modules.ttl</ontologyFilename>
</configuration>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>cz.cvut.kbss</groupId>-->
<!-- <artifactId>s-pipes-module-creator-maven-plugin</artifactId>-->
<!-- <version>${project.parent.version}</version>-->
<!-- <inherited>false</inherited>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <goals>-->
<!-- <goal>process-annotations</goal>-->
<!-- </goals>-->
<!-- <configuration>-->
<!-- <mode>RDF_FOR_ALL_CHILDREN</mode>-->
<!-- <modulePackageName>cz.cvut.spipes</modulePackageName>-->
<!-- <ontologyFilename>all-modules.ttl</ontologyFilename>-->
<!-- </configuration>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->

</plugins>
</build>
Expand Down

0 comments on commit 2b2a885

Please sign in to comment.