hotswap-agent-el-resolver-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.hotswapagent</groupId> <artifactId>hotswap-agent-el-resolver-plugin</artifactId> <version>2.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.hotswapagent</groupId> <artifactId>hotswap-agent-el-resolver-plugin</artifactId> <version>2.0.2</version> <name>hotswap-agent-el-resolver-plugin</name> <description>Java unlimited runtime class and resource redefinition.</description> <url>http://hotswapagent.org/hotswap-agent-el-resolver-plugin/</url> <licenses> <license> <name>GNU General Public License (GPL)</name> <url>http://www.gnu.org/licenses/gpl.txt</url> </license> </licenses> <developers> <developer> <id>edudant</id> <name>Jiri Bubnik</name> <email>jiri.bubnik@gmail.com</email> <url>http://jiribubnik.cz</url> </developer> <developer> <id>skybber</id> <name>Vladimir Dvorak</name> <email>lada.dvorak7@gmail.com</email> <url>https://github.com/skybber</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/HotswapProjects/HotswapAgent.git/hotswap-agent-el-resolver-plugin</connection> <developerConnection>scm:git:git@github.com:HotswapProjects/HotswapAgent.git/hotswap-agent-el-resolver-plugin</developerConnection> <url>https://github.com/HotswapProjects/HotswapAgent/hotswap-agent-el-resolver-plugin</url> </scm> <issueManagement> <system>git</system> <url>https://github.com/HotswapProjects/HotswapAgent/issues</url> </issueManagement> <properties> <dcevm>dcevm</dcevm> <dcevm.test.arguments>-XX:+AllowEnhancedClassRedefinition -XX:HotswapAgent=external --add-opens=java.base/sun.nio.ch=ALL-UNNAMED</dcevm.test.arguments> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.build.outputEncoding>UTF-8</project.build.outputEncoding> <revision>2.0.2</revision> </properties> <dependencies> <dependency> <groupId>org.hotswapagent</groupId> <artifactId>hotswap-agent-core</artifactId> <version>2.0.2</version> <scope>compile</scope> </dependency> </dependencies> <pluginRepositories> <pluginRepository> <snapshots> <enabled>false</enabled> </snapshots> <id>central</id> <name>Central Repository</name> <url>https://repo.maven.apache.org/maven2</url> </pluginRepository> </pluginRepositories> </project>