jenesis4java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sourceforge.jenesis4java</groupId> <artifactId>jenesis4java</artifactId> <version>2.19</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> <artifactId>jenesis4java</artifactId> <groupId>net.sourceforge.jenesis4java</groupId> <name>Jenesis 4 Java Code Generator</name> <version>2.19</version> <description>Generating Java sources from strings or patterns can become very inconvenient, in those cases Jenesis 4 Java can be a solution for you. Jenesis 4 Java is a DOM (domain object model) of the Java programming language. The complete java class including annotations and comments is constructed with as a DOM (that can be manipulated in as many passes you need) until you let it encode to a java file.</description> <inceptionYear>2000</inceptionYear> <organization> <name>jenesis4java</name> </organization> <url>http://jenesis4java.sourceforge.net</url> <developers> <developer> <id>ritchie_gmx_at</id> <name>Richard van Nieuwenhoven</name> <email>ritchie [at] gmx [dot] at</email> <roles> <role>Project Admin</role> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>paul_cody_johnston</id> <name>Paul Cody Johnston</name> <email>pcj [at] inxar [dot] org</email> <roles> <role>Developer</role> </roles> </developer> <developer> <id>andreas-ahammer</id> <name>Andreas Ahammer</name> <email>andreas [dot] ahammer [at] gmail [dot] com</email> <roles> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>erikfk</id> <name>Erik Koerber</name> <email>erik [dot] koerber [at] gmail [dot] com</email> <roles> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> <developer> <id>rctrl</id> <name>Peter Häring</name> <email>ph [at] inrane [dot] de</email> <roles> <role>Developer</role> </roles> <timezone>+1</timezone> </developer> </developers> <scm> <connection>scm:git:git@git.code.sf.net/p/jenesis4java/gitCode.git</connection> <developerConnection>scm:git:ssh://git@git.code.sf.net/p/jenesis4java/gitCode.git</developerConnection> <url>http://sourceforge.net/p/jenesis4java/gitCode/ci/master/tree/</url> <tag>jenesis4java-2.19</tag> </scm> <distributionManagement> <repository> <id>sonatype-nexus-staging</id> <name>i4j sonytype Maven 2 repository</name> <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> </repository> <snapshotRepository> <id>sonatype-nexus-staging</id> <name>i4j sonytype Snapshot Maven 2 repository</name> <url>https://oss.sonatype.org/content/repositories/snapshots</url> </snapshotRepository> <site> <id>jenesis-deploy</id> <name>Sourceforge Maven 2 Project Site</name> <url>scp://shell.sourceforge.net/home/project-web/jenesis4java/htdocs</url> </site> </distributionManagement> <issueManagement> <system>sourceforge</system> <url>http://sourceforge.net/tracker/?group_id=238529</url> </issueManagement> <licenses> <license> <name>GNU LESSER GENERAL PUBLIC LICENSE (LGPL) version 3</name> <url>http://www.gnu.org/licenses/lgpl-3.0-standalone.html</url> <distribution>repo</distribution> </license> </licenses> <build> <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> <version>2.7</version> </extension> </extensions> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.1</version> <configuration> <source>1.7</source> <target>1.7</target> <encoding>UTF-8</encoding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.1</version> <configuration> <skip>${i4j.nonjavamodule}</skip> <aggregate>false</aggregate> <failOnError>false</failOnError> </configuration> <executions> <execution> <id>attach-javadocs</id> <goals> <goal>jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.5</version> <configuration> <archive> <manifest> <addClasspath>true</addClasspath> </manifest> </archive> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.2</version> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> <pushChanges>false</pushChanges> </configuration> </plugin> <plugin> <groupId>org.tinyjee.dim</groupId> <artifactId>doxia-include-macro</artifactId> <version>1.1</version> <executions> <execution> <id>initialize-doxia-include-macro</id> <phase>pre-site</phase> <goals> <goal>initialize</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.4</version> <configuration> <chmod>false</chmod> </configuration> <dependencies> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> <version>2.7</version> </dependency> <dependency> <groupId>org.tinyjee.dim</groupId> <artifactId>doxia-include-macro</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>net.ju-n.maven.doxia</groupId> <artifactId>doxia-module-markdown</artifactId> <version>1.0.0</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.7</version> <configuration> <verbose>false</verbose> <licenseName>lgpl_v3</licenseName> </configuration> <executions> <execution> <id>first</id> <goals> <goal>update-file-header</goal> <goal>update-project-license</goal> </goals> <phase>process-sources</phase> <configuration> <roots> <root>src/main/java</root> <root>src/test</root> </roots> </configuration> </execution> </executions> </plugin> <plugin> <groupId>com.googlecode.maven-java-formatter-plugin</groupId> <artifactId>maven-java-formatter-plugin</artifactId> <version>0.4</version> <executions> <execution> <goals> <goal>format</goal> </goals> </execution> </executions> <configuration> <configFile>${project.basedir}/src/main/eclipse/formatter.xml</configFile> <lineEnding>LF</lineEnding> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.13</version> </plugin> </plugins> </build> <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.8</version> <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> </configuration> <reportSets> <reportSet> <reports> <report>index</report> <report>dependencies</report> <report>project-team</report> <report>mailing-list</report> <report>cim</report> <report>issue-tracking</report> <report>license</report> <report>scm</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.13</version> <configuration> <configLocation>${project.basedir}/src/main/checkstyle/j4j-style.xml</configLocation> <suppressionsLocation>${project.basedir}/src/main/checkstyle/checkstyle-suppressions.xml</suppressionsLocation> <suppressionsFileExpression>checkstyle.suppressions.file</suppressionsFileExpression> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failsOnError>false</failsOnError> <linkXRef>true</linkXRef> </configuration> <reportSets> <reportSet> <reports> <report>checkstyle</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.1</version> <configuration> <failOnError>false</failOnError> <aggregate>false</aggregate> </configuration> <reportSets> <reportSet><!-- by default, id = "default" --> <reports><!-- select non-aggregate reports --> <report>javadoc-no-fork</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>2.4</version> <configuration> <linkJavadoc>true</linkJavadoc> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> <version>2.11</version> <reportSets> <reportSet> <reports> <report>changes-report</report> </reports> </reportSet> </reportSets> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> <version>3.2</version> <configuration> <linkXref>true</linkXref> <sourceEncoding>UTF-8</sourceEncoding> <targetJdk>1.7</targetJdk> <skipEmptyReport>false</skipEmptyReport> <minimumTokens>50</minimumTokens> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>taglist-maven-plugin</artifactId> <version>2.4</version> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <version>3.0.0</version> </plugin> </plugins> </reporting> <dependencies> <dependency> <groupId>jalopy</groupId> <artifactId>jalopy</artifactId> <version>1.5rc3</version> <scope>provided</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> </dependency> </dependencies> <properties> <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding> <project.scm.id>jenesis-deploy</project.scm.id> </properties> <profiles> <profile> <id>release-sign-artifacts</id> <activation> <property> <name>performRelease</name> <value>true</value> </property> </activation> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-gpg-plugin</artifactId> <executions> <execution> <id>sign-artifacts</id> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <!-- if the local user is not the key user use -Dgpg.keyname=XXXX --> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>