mos-plugin-example
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>mos-plugin-example</artifactId>
<version>1.1.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.mvnpm</groupId>
<artifactId>mos-plugin-example</artifactId>
<version>1.1.2</version>
<name>mos-plugin-example</name>
<description>A mos plugin that combines example code files with their output</description>
<url>https://github.com/mosjs/mos-plugin-example#readme</url>
<organization>
<name>Zoltan Kochan</name>
<url>https://github.com/mosjs/mos-plugin-example#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>zkochan</name>
<email>zoltan.kochan@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mosjs/mos/tree/master/packages/mos-plugin-example.git</connection>
<developerConnection>https://github.com/mosjs/mos/tree/master/packages/mos-plugin-example.git</developerConnection>
<url>https://github.com/mosjs/mos/tree/master/packages/mos-plugin-example</url>
</scm>
<issueManagement>
<url>https://github.com/mosjs/mos-plugin-example/issues</url>
</issueManagement>
<properties>
<org.mvnpm-babel-runtime.version>[6.9.0,7)</org.mvnpm-babel-runtime.version>
<org.mvnpm-codemo.version>[0.2.1,0.3)</org.mvnpm-codemo.version>
<org.mvnpm-independent.version>[0.2.0,0.3)</org.mvnpm-independent.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>babel-runtime</artifactId>
<version>${org.mvnpm-babel-runtime.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>codemo</artifactId>
<version>${org.mvnpm-codemo.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>independent</artifactId>
<version>${org.mvnpm-independent.version}</version>
</dependency>
</dependencies>
</project>