jruby-all
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.glassfish.scripting.bundle</groupId> <artifactId>jruby-all</artifactId> <version>1.5.4</version> </dependency>
<project xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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.glassfish.scripting.bundle</groupId> <artifactId>jruby-all</artifactId> <version>1.5.4</version> <packaging>pom</packaging> <name>Update Center Module for GlassFish v3</name> <description> Update Center Module for GlassFish v3 </description> <organization> <name>Sun Microsystems, Inc</name> <url>http://www.sun.com/</url> </organization> <scm> <connection>scm:svn:https://svn.dev.java.net/svn/glassfish-scripting/tags/jruby-all-1.5.4</connection> <developerConnection>scm:svn:https://svn.dev.java.net/svn/glassfish-scripting/tags/jruby-all-1.5.4</developerConnection> <url>https://svn.dev.java.net/source/browse/glassfish-scripting/tags/jruby-all-1.5.4</url> </scm> <properties> <jruby.version>1.3.1</jruby.version> </properties> <issueManagement> <system>issueZilla</system> <url>https://glassfish.dev.java.net/servlets/ProjectIssues</url> </issueManagement> <mailingLists> <mailingList> <name>Users List</name> <post>users@glassfish.dev.java.net</post> <archive>https://glassfish.dev.java.net/servlets/SummarizeList?listName=users</archive> </mailingList> <mailingList> <name>Dev List</name> <post>dev@glassfish.dev.java.net</post> <archive>https://glassfish.dev.java.net/servlets/SummarizeList?listName=dev</archive> </mailingList> </mailingLists> <licenses> <license> <name> COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 </name> <url>http://www.opensource.org/licenses/cddl1.php</url> <distribution>repo</distribution> </license> <license> <name> GPLv2 with classpath exception </name> <url>http://www.gnu.org/software/classpath/license.html</url> <distribution>repo</distribution> </license> </licenses> <repositories> <repository> <!-- back up glassfish maven repository in case the 'glassfish-repository' goes down --> <id>glassfish-repository-wsinterop</id> <name>Java.net Repository for Glassfish</name> <url>http://maven.dyndns.org/glassfish/</url> <snapshots> <updatePolicy>never</updatePolicy> </snapshots> </repository> </repositories> <pluginRepositories> </pluginRepositories> <distributionManagement> <repository> <uniqueVersion>false</uniqueVersion> <!-- the ID maps to ~/.m2/settings.xml, so don't change the ID --> <id>rator.sfbay</id> <url>dav:http://rator.sfbay/maven/repositories/glassfish/</url> </repository> </distributionManagement> <build> <plugins> <plugin> <groupId>org.jvnet.maven-antrun-extended-plugin</groupId> <artifactId>maven-antrun-extended-plugin</artifactId> <executions> <execution> <phase>generate-sources</phase> <configuration> <tasks> <ant antfile='build.xml' dir='.' target='create-jruby-all-bundle'/> <attachArtifact classifier='${jruby.version}' file='target/dist/jruby-all-${jruby.version}.zip'/> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin> </plugins> <extensions> <extension> <groupId>org.glassfish.build</groupId> <artifactId>maven-glassfish-extension</artifactId> <version>3.0-b38</version> </extension> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav</artifactId> <version>1.0-beta-2</version> </extension> </extensions> <resources> <resource> <directory>${basedir}/src/test/resources</directory> <includes> <include>**/*</include> </includes> </resource> </resources> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> </project>