org.kevoree.modeling.java2typescript.root
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.kevoree.modeling</groupId>
<artifactId>org.kevoree.modeling.java2typescript.root</artifactId>
<version>47</version>
</dependency><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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.kevoree.modeling</groupId>
<artifactId>org.kevoree.modeling.java2typescript.root</artifactId>
<packaging>pom</packaging>
<version>47</version>
<name>Kevoree :: Modeling :: Java2TypeScript :: Root</name>
<url>https://github.com/kevoree-modeling/java2typescript</url>
<description>Kevoree Modeling Java2TypeScript</description>
<licenses>
<license>
<name>GNU GENERAL PUBLIC LICENSE</name>
<url>http://www.gnu.org/licenses/gpl-3.0.en.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:git@github.com:kevoree-modeling/java2typescript.git</connection>
<developerConnection>scm:git:git@github.com:kevoree-modeling/java2typescript.git</developerConnection>
<url>http://github.com/kevoree-modeling/java2typescript.git</url>
</scm>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<developers>
<developer>
<name>Francois Fouquet</name>
<id>francois.fouquet</id>
<email>fouquet.f@gmail.com</email>
<roles>
<role>admin</role>
<role>developer</role>
</roles>
<timezone>+2</timezone>
</developer>
<developer>
<name>Gregory Nain</name>
<id>gregory.nain</id>
<email>gregory.nain@uni.lu</email>
<roles>
<role>admin</role>
<role>developer</role>
</roles>
<timezone>+2</timezone>
</developer>
</developers>
<modules>
<module>org.kevoree.modeling.java2typescript.runtime</module>
<module>org.kevoree.modeling.java2typescript.transpiler</module>
<module>org.kevoree.modeling.java2typescript.mavenplugin</module>
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<kmf.plugin.version>18</kmf.plugin.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<maxmemory>128M</maxmemory>
<javadocExecutable>${java.home}/../bin/javadoc</javadocExecutable>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.7</version>
<configuration>
<verbose>false</verbose>
<addSvnKeyWords>true</addSvnKeyWords>
</configuration>
<executions>
<execution>
<id>first</id>
<goals>
<goal>update-file-header</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<licenseName>gpl_v3</licenseName>
<organizationName>org.kevoree</organizationName>
<inceptionYear>2014</inceptionYear>
<includes>
<include>*.java</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.kevoree.maventools</groupId>
<artifactId>org.kevoree.maventools.settings.ci</artifactId>
<version>2</version>
<executions>
<execution>
<goals>
<goal>set</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>kevoree.oss.release</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>kevoree.oss.snapshots</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>