fpath-jmx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.objectweb.fractal.fscript</groupId>
<artifactId>fpath-jmx</artifactId>
<version>2.1.3</version>
</dependency><?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent</artifactId>
<groupId>org.objectweb.fractal.fscript</groupId>
<version>2.1.3</version>
</parent>
<artifactId>fpath-jmx</artifactId>
<name>FPath backend for JMX-based systems</name>
<description>An alternative backend for FPath to support nabigation and
querying in JMX-based systems.</description>
<developers>
<developer>
<id>mlacouture</id>
<name>Mayleen Lacouture</name>
<email>Mayleen.Lacouture@eleve.emn.fr</email>
<organization>Ecole des Mines de Nantes</organization>
<organizationUrl>http://www.emn.fr/</organizationUrl>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.objectweb.fractal.fscript</groupId>
<artifactId>fscript</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/fractal/trunk/fscript/fpath-jmx</connection>
<developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/fractal/trunk/fscript/fpath-jmx</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/fractal/trunk/fscript/fpath-jmx</url>
</scm>
</project>