Remove jrebel dependency

This commit is contained in:
Salman Manoe 2023-08-26 12:45:53 +07:00
parent c39750c6b4
commit 3002091772
5 changed files with 62 additions and 207 deletions

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project.
Refer to https://manuals.zeroturnaround.com/jrebel/standalone/config.html for more information.
-->
<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/m2e-wtp/web-resources">
<exclude name="/"/>
</dir>
</link>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/src/main/webapp">
</dir>
</link>
</web>
</application>

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project.
Refer to https://manuals.zeroturnaround.com/jrebel/standalone/config.html for more information.
-->
<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/m2e-wtp/web-resources">
<exclude name="/"/>
</dir>
</link>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/src/main/webapp">
</dir>
</link>
</web>
</application>

View File

@ -252,11 +252,8 @@
<version>1.7</version>
</dependency>
<!-- <dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.8.4</version>
</dependency> -->
<!-- <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy-all</artifactId>
<version>1.8.4</version> </dependency> -->
<dependency>
<groupId>commons-codec</groupId>

View File

@ -296,70 +296,6 @@
<target>1.8</target>
</configuration>
</plugin>
<!-- <plugin>
<groupId>org.zeroturnaround</groupId>
<artifactId>jrebel-maven-plugin</artifactId>
<version>1.1.8</version>
<executions>
<execution>
<id>generate-rebel-xml</id>
<phase>process-resources</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin> -->
<!-- plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<id>unpack-com.jasamedika</id>
<phase>process-resources</phase>
<goals>
<goal>unpack</goal>
</goals>
<configuration>
<artifactItems>
<artifactItem>
<groupId>com.jasamedika</groupId>
<artifactId>jasamedika-config</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.jasamedika</groupId>
<artifactId>jasamedika-core</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.jasamedika</groupId>
<artifactId>jasamedika-domain</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
<artifactItem>
<groupId>com.jasamedika</groupId>
<artifactId>jasamedika-business</artifactId>
<version>${project.version}</version>
<type>jar</type>
<overWrite>false</overWrite>
</artifactItem>
</artifactItems>
<outputDirectory>${project.build.outputDirectory}</outputDirectory>
<overWriteReleases>false</overWriteReleases>
</configuration>
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>

View File

@ -1,26 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project.
Refer to https://manuals.zeroturnaround.com/jrebel/standalone/config.html for more information.
-->
<application generated-by="eclipse" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_1.xsd">
<classpath>
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/classes">
</dir>
</classpath>
<web>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/target/m2e-wtp/web-resources">
<exclude name="/"/>
</dir>
</link>
<link target="/">
<dir name="C:/source/BackEndNewsrc/jasamedika-web/src/main/webapp">
</dir>
</link>
</web>
</application>