Skip to content

Commit

Permalink
Merge pull request #11 from moacirrf/10-cleanup-pomxml
Browse files Browse the repository at this point in the history
Organize pom.xml
  • Loading branch information
moacirrf authored May 30, 2022
2 parents 08f31bb + bb54e25 commit 8b02b20
Showing 1 changed file with 7 additions and 49 deletions.
56 changes: 7 additions & 49 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
<author>Moacir da Roza [email protected]</author>
<licenseName>GNU GENERAL PUBLIC LICENSE 3.0</licenseName>
<licenseFile>LICENSE</licenseFile>
<publicPackages>
<publicPackage>com.mrf.javadecompiler</publicPackage>
</publicPackages>
<netbeansInstallation>/home/PROGRAMAS/instalados/ides/netbeans/</netbeansInstallation>
<!-- <netbeansInstallation>${netbeansInstalationPath}</netbeansInstallation>-->
<!-- Path of Netbeans instalation.
<netbeansInstallation>${netbeansInstalationPath}</netbeansInstallation>
-->
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -60,12 +58,6 @@
</dependency>

<!-- Netbeans modules -->
<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-api-annotations-common</artifactId>
<version>RELEASE130</version>
</dependency>

<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-filesystems</artifactId>
Expand Down Expand Up @@ -95,19 +87,7 @@
<artifactId>org-openide-windows</artifactId>
<version>RELEASE130</version>
</dependency>

<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util-ui</artifactId>
<version>RELEASE130</version>
</dependency>

<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-util-lookup</artifactId>
<version>RELEASE130</version>
</dependency>


<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-netbeans-modules-settings</artifactId>
Expand All @@ -119,12 +99,6 @@
<artifactId>org-openide-text</artifactId>
<version>RELEASE130</version>
</dependency>

<dependency>
<groupId>org.netbeans.api</groupId>
<artifactId>org-openide-explorer</artifactId>
<version>RELEASE130</version>
</dependency>

<dependency>
<groupId>org.netbeans.api</groupId>
Expand All @@ -138,31 +112,15 @@
<id>central</id>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>


<!-- Repository of JD-Core -->
<repository>
<id>JCenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>

<repository>
<id>apache.snapshots</id>
<name>Repository hosting NetBeans modules</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>

</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Moacir da Roza Flores Apache Maven Packages</name>
<url>https://maven.pkg.github.com/moacirrf/nb-java-decompiler</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 8b02b20

Please sign in to comment.