Sha256: ca90ecae1b76be51f0bf00c70c516071e01ea044aeb4cac4187a8372139e30d3

Contents?: true

Size: 1.35 KB

Versions: 7

Compression:

Stored size: 1.35 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!--

    Copyright (c) 2012 to original author or authors
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Eclipse Public License v1.0
    which accompanies this distribution, and is available at
    http://www.eclipse.org/legal/epl-v10.html

-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>no_group_id_given</groupId>
  <artifactId>mavenfile_jrubyWar</artifactId>
  <version>0.0.0</version>
  <packaging>jrubyWar</packaging>
  <name>mavenfile_jrubyWar</name>
  <properties>
    <jruby9.plugins.version>0.3.0</jruby9.plugins.version>
  </properties>
  <build>
    <extensions>
      <extension>
        <groupId>org.torquebox.mojo</groupId>
        <artifactId>jruby9-extensions</artifactId>
        <version>${jruby9.plugins.version}</version>
      </extension>
    </extensions>
    <resources>
      <resource>
        <directory>${basedir}</directory>
        <includes>
          <include>something</include>
        </includes>
      </resource>
    </resources>
    <directory>${basedir}/pkg</directory>
    <finalName>my</finalName>
  </build>
</project>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
maven-tools-1.1.7 spec/mavenfile_jrubyWar/pom.xml
maven-tools-1.1.6 spec/mavenfile_jrubyWar/pom.xml
maven-tools-1.1.4 spec/mavenfile_jrubyWar/pom.xml
maven-tools-1.1.3 spec/mavenfile_jrubyWar/pom.xml
maven-tools-1.1.2 spec/mavenfile_jrubyWar/pom.xml
maven-tools-1.1.1 spec/mavenfile_jrubyWar/pom.xml
maven-tools-1.1.0 spec/mavenfile_jrubyWar/pom.xml