Sha256: 9ef516751c9b6ae118fd89a4a30ffdbd250757b6547f10e5b79addf909dd3e49

Contents?: true

Size: 781 Bytes

Versions: 13

Compression:

Stored size: 781 Bytes

Contents

<project xmlns="http://maven.apache.org/POM/5.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>
  <artifactId>yourArtifact</artifactId>
  <groupId>yourGroup</groupId>
  <version>0.0.0-SNAPSHOT</version>
  <packaging>jar</packaging>
  <name>Sample Maven build for Mirah source</name>

  <build>
    <plugins>
      <plugin>
        <groupId>org.mirah.maven</groupId>
        <artifactId>maven-mirah-plugin</artifactId>
        <version>1.0</version>
        <executions>
          <execution>
            <goals><goal>compile</goal></goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mirah-0.2.1-java examples/maven/pom.xml
mirah-0.2.0-java examples/maven/pom.xml
mirah-0.1.4-java examples/maven/pom.xml
mirah-0.1.3-java examples/maven/pom.xml
mirah-0.1.2-java examples/maven/pom.xml
mirah-0.1.1-java examples/maven/pom.xml
mirah-0.1.0-java examples/maven/pom.xml
mirah-0.1.0.pre-java examples/maven/pom.xml
mirah-0.0.12-java examples/maven/pom.xml
mirah-0.0.11-java examples/maven/pom.xml
mirah-0.0.10-java examples/maven/pom.xml
mirah-0.0.9-java examples/maven/pom.xml
mirah-0.0.8-java examples/maven/pom.xml