petals-se-script
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-se-script</artifactId>
<version>0.1</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">
<parent>
<artifactId>petals-components</artifactId>
<groupId>org.objectweb.petals</groupId>
<version>6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-se-script</artifactId>
<packaging>jbi-component</packaging>
<name>PEtALS SE :: Java scripting Service Engine</name>
<version>0.1</version>
<description>petals-se-script description.</description>
<developers>
<developer>
<name>Christophe Hamerling</name>
<email>christophe.hamerling@ebmwebsourcing.com</email>
<id>chamerling</id>
<organization>eBM WebSourcing</organization>
<organizationUrl>
http://www.ebmwebsourcing.com
</organizationUrl>
<roles>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
<url>http://www.ebmwebsourcing.com/chamerling</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.objectweb.petals</groupId>
<artifactId>petals-component-framework</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>groovy</groupId>
<artifactId>groovy-all-1.0-jsr</artifactId>
<version>04</version>
</dependency>
<!--
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>1.0</version>
<scope>test</scope>
</dependency>
-->
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.objectweb.petals</groupId>
<artifactId>maven-petals-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
<scm>
<connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/petals/tags/petals-se-script-0.1</connection>
<developerConnection>scm:svn:svn+ssh://chamerling@svn.forge.objectweb.org/svnroot/petals/tags/petals-se-script-0.1</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/petals/tags/petals-se-script-0.1</url>
</scm>
</project>