whoami7 - Manager
:
/
proc
/
self
/
root
/
usr
/
share
/
maven-poms
/
objectweb-asm
/
Upload File:
files >> //proc/self/root/usr/share/maven-poms/objectweb-asm/asm-analysis.pom
<?xml version='1.0' encoding='UTF-8'?> <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"> <!-- section added by maintainer --> <build> <!-- section added by maintainer --> <plugins> <!-- begin of code added by maintainer --> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>3.5.0</version> <extensions>true</extensions> <configuration> <instructions> <Bundle-SymbolicName>org.objectweb.asm.analysis</Bundle-SymbolicName> <Bundle-RequiredExecutionEnvironment>JavaSE-1.8</Bundle-RequiredExecutionEnvironment> <_removeheaders>Bnd-LastModified,Build-By,Created-By,Include-Resource,Require-Capability,Tool</_removeheaders> <_pluginpath>/builddir/build/BUILD/objectweb-asm-7.3.1/tools/bnd-module-plugin/bnd-module-plugin.jar, /usr/share/java/objectweb-asm/asm-all.jar</_pluginpath> <_plugin>org.objectweb.asm.tools.ModuleInfoBndPlugin;</_plugin> </instructions> </configuration> </plugin> <!-- end of code added by maintainer --> </plugins> </build> <!-- begin of code added by maintainer --> <packaging>bundle</packaging> <!-- end of code added by maintainer --> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.ow2</groupId> <artifactId>ow2</artifactId> <version>1.5</version> </parent> <groupId>org.ow2.asm</groupId> <artifactId>asm-analysis</artifactId> <version>7.3.1</version> <name>asm-analysis</name> <description>Static code analysis API of ASM, a very small and fast Java bytecode manipulation framework</description> <url>http://asm.ow2.io/</url> <inceptionYear>2000</inceptionYear> <organization> <name>OW2</name> <url>http://www.ow2.org/</url> </organization> <licenses> <license> <name>BSD-3-Clause</name> <url>https://asm.ow2.io/license.html</url> </license> </licenses> <developers> <developer> <id>ebruneton</id> <name>Eric Bruneton</name> <email>ebruneton@free.fr</email> <roles> <role>Creator</role> <role>Java Developer</role> </roles> </developer> <developer> <id>eu</id> <name>Eugene Kuleshov</name> <email>eu@javatx.org</email> <roles> <role>Java Developer</role> </roles> </developer> <developer> <id>forax</id> <name>Remi Forax</name> <email>forax@univ-mlv.fr</email> <roles> <role>Java Developer</role> </roles> </developer> </developers> <mailingLists> <mailingList> <name>ASM Users List</name> <subscribe>https://mail.ow2.org/wws/subscribe/asm</subscribe> <post>asm@objectweb.org</post> <archive>https://mail.ow2.org/wws/arc/asm/</archive> </mailingList> <mailingList> <name>ASM Team List</name> <subscribe>https://mail.ow2.org/wws/subscribe/asm-team</subscribe> <post>asm-team@objectweb.org</post> <archive>https://mail.ow2.org/wws/arc/asm-team/</archive> </mailingList> </mailingLists> <scm> <connection>scm:git:https://gitlab.ow2.org/asm/asm/</connection> <developerConnection>scm:git:https://gitlab.ow2.org/asm/asm/</developerConnection> <url>https://gitlab.ow2.org/asm/asm/</url> </scm> <issueManagement> <url>https://gitlab.ow2.org/asm/asm/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> <version>7.3.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-test</artifactId> <version>7.3.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <version>5.3.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <version>5.3.2</version> <scope>test</scope> </dependency> </dependencies> </project>
Copyright ©2021 || Defacer Indonesia