write-it-once
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.simart</groupId>
<artifactId>write-it-once</artifactId>
<version>0.6.5</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.simart</groupId> <artifactId>write-it-once</artifactId> <packaging>pom</packaging> <version>0.6.5</version> <name>write-it-once</name> <modules> <module>write-it-once-core</module> <module>write-it-once-jpa</module> <module>write-it-once-source</module> <module>write-it-once-plugin</module> <module>write-it-once-cmd-tool</module> </modules> <description>Code / script generator based on Java classes and template engine</description> <url>https://code.google.com/p/write-it-once/</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Wojciech Kołodziej</name> <organization>Simart Wojciech Kołodziej</organization> <email>vojtek.pl@wp.pl</email> </developer> </developers> <issueManagement> <system>code.google.com</system> <url>http://code.google.com/p/write-it-once/issues</url> </issueManagement> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <scm> <connection>scm:git:https://code.google.com/p/write-it-once/</connection> <developerConnection>scm:git:https://code.google.com/p/write-it-once/</developerConnection> <url>http://code.google.com/p/write-it-once/source/browse</url> </scm> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.5</source> <target>1.5</target> </configuration> </plugin> </plugins> <pluginManagement> <plugins> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> <versionRange>[1.0.0,)</versionRange> <goals> <goal>enforce</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> </plugins> </pluginManagement> </build> </project>