Skip to content

Commit

Permalink
update of maven plugin for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwanDemairy committed Jun 15, 2023
1 parent 17b2d66 commit 9004211
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
8 changes: 4 additions & 4 deletions modules/SemanticWebImport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>gephi-plugin-parent</artifactId>
<groupId>org.gephi</groupId>
<artifactId>gephi-plugin-parent</artifactId>
<version>0.10.0</version>
</parent>

<groupId>fr.inria.edelweiss</groupId>
<artifactId>semantic</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<packaging>nbm</packaging>

<name>SemanticWebImport</name>
Expand Down Expand Up @@ -115,7 +115,7 @@
<version>1.0.0</version>
</dependency>-->
</dependencies>
<build>
<build>
<plugins>
<plugin>
<groupId>org.apache.netbeans.utilities</groupId>
Expand All @@ -129,7 +129,7 @@
<publicPackages>

</publicPackages>
<verifyRuntime>skip</verifyRuntime>
<verifyRuntime>skip</verifyRuntime>
</configuration>
</plugin>
</plugins>
Expand Down
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@
<!-- Plugins installed with versions -->
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.netbeans.utilities</groupId>
<artifactId>nb-repository-plugin</artifactId>
<configuration>
<netbeansInstallDirectory>${project.build.directory}/gephi-${gephi.version}</netbeansInstallDirectory>
<netbeansNbmDirectory>/Users/edemairy/Developpement/update-semanticwebimport</netbeansNbmDirectory>
<!-- <forcedVersion>a.b.c</forcedVersion> -->
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
Expand All @@ -92,7 +101,7 @@
<plugin>
<groupId>org.apache.netbeans.utilities</groupId>
<artifactId>nbm-maven-plugin</artifactId>
<version>4.5</version>
<version>4.8</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand Down

0 comments on commit 9004211

Please sign in to comment.