Maven Repository - POM file for Console jewelcli 0.8.2 0.8.2

Summary

JewelCli.

JewelCli uses an annotated interface definition to automatically parse and present command line arguments.

Declaration

Here is the list of declaration for jewelcli. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.lexicalscope.jewelcli</groupId>
   <artifactId>jewelcli</artifactId>
   <version>0.8.2</version>
</dependency>

If you think this Maven repository POM file listing for jewelcli is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The jewelcli-0.8.2 has 8 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
JUnithamcrest-integration 1.3.RC2
Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.
27
Data Structurecommons-lang3 3.0.1
Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
40
Librarylambdaj 2.3.1
The pseudo-functional collection manipulation library
22
Developmentguava 10.0
Guava is a suite of core and expanded libraries that include utility classes, google's collections, io classes, and much much more. This project is a complete packaging of all the Guava libraries into a single jar. Individual portions of Guava can be used by downloading the ap...
72
Developmentfluent-reflection 0.0.11
A library providing a neat interface to the Java language reflection facilities.
10
JUnitjunit-dep 4.10
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
177




Plugin

The following plugins are used in the jewelcli-0.8.2.jar

  1. cobertura-maven-plugin
  2. cobertura-maven-plugin
  3. jarjar-maven-plugin
  4. maven-changelog-plugin
  5. maven-compiler-plugin
  6. maven-jar-plugin
  7. maven-javadoc-plugin
  8. maven-jxr-plugin
  9. maven-project-info-reports-plugin
  10. maven-resources-plugin
  11. maven-site-plugin
  12. maven-surefire-plugin
  13. maven-surefire-report-plugin
  14. proguard-maven-plugin
  15. site-maven-plugin
  16. taglist-maven-plugin




Packages

The following packages are defined in the jewelcli-0.8.2.jar

com.lexicalscope.jewel
com.lexicalscope.jewel.cli
uk.co.flamingpenguin.jewel
uk.co.flamingpenguin.jewel.cli

POM File Source

Here is the content of the POM file.

<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>
    <artifactId>jewelcli</artifactId>
    <packaging>jar</packaging>
    <parent>
        <groupId>com.lexicalscope.jewelcli</groupId>
        <artifactId>jewelcli-parent</artifactId>
        <version>0.8.2</version>
    </parent>
    <name>JewelCli</name>
    <description>JewelCli uses an annotated interface definition to automatically parse and present command line arguments</description>
    <inceptionYear>2006</inceptionYear>
    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
        <project.build.outputEncoding>UTF-8</project.build.outputEncoding>
    </properties>
    <issueManagement>
        <url>https://github.com/lexicalscope/jewelcli/issues</url>
    </issueManagement>
    <scm>
        <connection>scm:git:git@github.com:lexicalscope/jewelcli.git</connection>
        <url>https://github.com/lexicalscope/jewelcli</url>
        <developerConnection>scm:git:git@github.com:lexicalscope/jewelcli.git</developerConnection>
    </scm>
    <url>http://jewelcli.lexicalscope.com/</url>
    <mailingLists>
        <mailingList>
            <name>Discussion List</name>
            <subscribe>jewelcli+subscribe@googlegroups.com</subscribe>
            <unsubscribe>jewelcli+unsubscribe@googlegroups.com</unsubscribe>
            <post>jewelcli@googlegroups.com</post>
            <archive>http://groups.google.com/group/jewelcli</archive>
        </mailingList>
    </mailingLists>    
    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.8</version>
                <reportSets>
                    <reportSet>
                        <id>html</id>
                        <configuration>
                            <show>public</show>
                        </configuration>
                        <reports>
                            <report>javadoc</report>
                        </reports>
                    </reportSet>
                </reportSets>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jxr-plugin</artifactId>
                <version>2.1</version>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-report-plugin</artifactId>
                <version>2.9</version>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>taglist-maven-plugin</artifactId>
                <version>2.4</version>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-project-info-reports-plugin</artifactId>
                <version>2.4</version>
                <reportSets>
                    <reportSet>
                        <reports>
                            <report>index</report>
                            <report>dependencies</report>
                            <report>project-team</report>
                            <report>mailing-list</report>
                            <report>issue-tracking</report>
                            <report>license</report>
                            <report>scm</report>
                            <report>summary</report>
                        </reports>
                    </reportSet>
                </reportSets>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-changelog-plugin</artifactId>
                <version>2.2</version>
                <configuration>
                    <type>range</type>
                    <range>90</range>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>cobertura-maven-plugin</artifactId>
                <version>2.5.1</version>
                <configuration>
                    <formats>
                        <format>xml</format>
                        <format>html</format>
                    </formats>
                </configuration>
            </plugin>
        </plugins>
    </reporting>
    <dependencies>
        <dependency>
            <groupId>com.lexicalscope.fluent-reflection</groupId>
            <artifactId>fluent-reflection</artifactId>
            <version>0.0.12</version>
            <classifier>no_deps</classifier>
            <type>jar</type>
            <scope>compile</scope>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.hamcrest</groupId>
            <artifactId>hamcrest-integration</artifactId>
            <version>1.3.RC2</version>
            <type>jar</type>
            <scope>compile</scope>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
            <version>3.0</version>
            <type>jar</type>
            <classifier>no_aop</classifier>
            <scope>compile</scope>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-lang3</artifactId>
            <version>3.0.1</version>
            <type>jar</type>
            <scope>compile</scope>
            <optional>true</optional>
        </dependency>
        <dependency>
            <groupId>com.googlecode.lambdaj</groupId>
            <artifactId>lambdaj</artifactId>
            <version>2.3.1</version>
            <type>jar</type>
            <scope>compile</scope>
            <optional>true</optional>
            <exclusions>
                <exclusion>
                    <groupId>org.hamcrest</groupId>
                    <artifactId>hamcrest-all</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>10.0</version>
            <type>jar</type>
            <scope>compile</scope>
            <optional>true</optional>
        </dependency>
        <dependency>
            <!-- workaround for m2e not handling workspace resolution of classifiers -->
            <groupId>com.lexicalscope.fluent-reflection</groupId>
            <artifactId>fluent-reflection</artifactId>
            <version>0.0.11</version>
            <type>jar</type>
            <scope>test</scope>
            <optional>true</optional>
        </dependency>      
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit-dep</artifactId>
            <version>4.10</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.hamcrest</groupId>
                <artifactId>hamcrest-core</artifactId>
                <version>1.3.RC2</version>
            </dependency>
        </dependencies>
    </dependencyManagement>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>1.6</source>
                    <target>1.6</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>cobertura-maven-plugin</artifactId>
                <version>2.5.1</version>
                <configuration>
                    <instrumentation>
                        <ignores>
                            <ignore>com.lexicalscope.jewelcli.internal.**</ignore>
                        </ignores>
                        <excludes>
                            <exclude>com/lexicalscope/jewelcli/internal/**/*.class</exclude>
                        </excludes>
                    </instrumentation>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>clean</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-resources-plugin</artifactId>
            </plugin>
            <plugin>
                <groupId>org.sonatype.plugins</groupId>
                <artifactId>jarjar-maven-plugin</artifactId>
                <version>1.5</version>
                <executions>
                    <execution>
                        <id>jarjar-classes</id>
                        <phase>prepare-package</phase>
                        <goals>
                            <goal>jarjar</goal>
                        </goals>
                        <configuration>
                            <input>{classes}</input>
                            <overwrite>true</overwrite>
                            <includes>
                                <include>com.google.inject:guice</include>
                                <include>com.googlecode.lambdaj:lambdaj</include>
                                <include>org.apache.commons:commons-lang3</include>
                                <include>com.google.guava:guava</include>
                                <include>com.lexicalscope.fluent-reflection:fluent-reflection</include>
                                <include>cglib:cglib-nodep</include>
                                <include>org.hamcrest:hamcrest-core</include>
                                <include>org.hamcrest:hamcrest-library</include>
                                <include>org.hamcrest:hamcrest-integration</include>
                            </includes>
                            <rules>
                                <rule>
                                    <pattern>org.hamcrest.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.hamcrest.$@1</result>
                                </rule>
                                <rule>
                                    <pattern>org.hamcrest.**.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.hamcrest.@1.$@2</result>
                                </rule>
                                <rule>
                                    <pattern>net.sf.cglib.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.cglib.$@1</result>
                                </rule>
                                <rule>
                                    <pattern>net.sf.cglib.**.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.cglib.@1.$@2</result>
                                </rule>
                                <rule>
                                    <pattern>net.sf.cglib.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.cglib.$@1</result>
                                </rule>
                                <rule>
                                    <pattern>com.google.common.**.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.guava.@1.$@2</result>
                                </rule>
                                <rule>
                                    <pattern>com.google.common.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.guava.$@1</result>
                                </rule>
                                <rule>
                                    <pattern>com.google.inject.**.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.guice.@1.$@2</result>
                                </rule>
                                <rule>
                                    <pattern>com.google.inject.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.guice.$@1</result>
                                </rule>
                                <rule>
                                    <pattern>ch.lambdaj.**.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.lamdaj.@1.$@2</result>
                                </rule>
                                <rule>
                                    <pattern>ch.lambdaj.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.lamdaj.$@1</result>
                                </rule>
                                <rule>
                                    <pattern>org.apache.commons.lang3.**.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.lang3.@1.$@2</result>
                                </rule>
                                <rule>
                                    <pattern>org.apache.commons.lang3.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.lang3.$@1</result>
                                </rule>
                                <rule>
                                    <pattern>com.lexicalscope.fluentreflection.**.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.fluentreflection.@1.$@2</result>
                                </rule>
                                <rule>
                                    <pattern>com.lexicalscope.fluentreflection.*</pattern>
                                    <result>com.lexicalscope.jewelcli.internal.fluentreflection.$@1</result>
                                </rule>
                            </rules>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <excludes>
                        <exclude>META-INF/LICENSE</exclude>
                        <exclude>META-INF/NOTICE</exclude>
                        <exclude>META-INF/LICENSE.txt</exclude>
                        <exclude>META-INF/NOTICE.txt</exclude>
                        <exclude>com/google/common/**</exclude>
                    </excludes>
                </configuration>
            </plugin>
            <plugin>
                <groupId>com.pyx4me</groupId>
                <artifactId>proguard-maven-plugin</artifactId>
                <version>2.0.4</version>
                <executions>
                   <execution>
                       <phase>package</phase>
                       <goals><goal>proguard</goal></goals>
                   </execution>
                </executions>
                <configuration>
                    <options>
                        <option>-allowaccessmodification</option>
                        <option>-dontobfuscate</option>
                        <option>-dontoptimize</option>
                        <option>-dontnote</option>
                        <option>-dontwarn</option>
                        <option>-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,*Annotation*,EnclosingMethod</option>
                        <option>-keep public class uk.co.flamingpenguin.jewel.cli.* { public protected *; }</option>
                        <option>-keepclassmembernames class uk.co.flamingpenguin.jewel.cli.* {
                            java.lang.Class class$(java.lang.String);
                            java.lang.Class class$(java.lang.String, boolean);
                        }</option>
                        <option>-keepclassmembers enum uk.co.flamingpenguin.jewel.cli.* {
                            public static **[] values();
                            public static ** valueOf(java.lang.String);
                        }</option>
                        <option>-keepclassmembers class uk.co.flamingpenguin.jewel.cli.* implements java.io.Serializable {
                            static final long serialVersionUID;
                            private static final java.io.ObjectStreamField[] serialPersistentFields;
                            private void writeObject(java.io.ObjectOutputStream);
                            private void readObject(java.io.ObjectInputStream);
                            java.lang.Object writeReplace();
                            java.lang.Object readResolve();
                        }</option>
                        <option>-keep class com.lexicalscope.jewelcli.internal.fluentreflection.$ReflectedClass</option>
                        <option>-keep class com.lexicalscope.jewelcli.internal.fluentreflection.$ReflectedMethod</option>
                        <option>-keep class com.lexicalscope.jewelcli.internal.fluentreflection.FluentReflection</option>
                        <option>-keep interface uk.co.flamingpenguin.jewel.cli.ArgumentValidationException.ValidationError</option>
                        <option>-keep public class com.lexicalscope.jewel.cli.* { public protected *; }</option>
                        <option>-keepclassmembernames class com.lexicalscope.jewel.cli.* {
                            java.lang.Class class$(java.lang.String);
                            java.lang.Class class$(java.lang.String, boolean);
                        }</option>
                        <option>-keepclassmembers enum com.lexicalscope.jewel.cli.* {
                            public static **[] values();
                            public static ** valueOf(java.lang.String);
                        }</option>
                        <option>-keepclassmembers class com.lexicalscope.jewel.cli.* implements java.io.Serializable {
                            static final long serialVersionUID;
                            private static final java.io.ObjectStreamField[] serialPersistentFields;
                            private void writeObject(java.io.ObjectOutputStream);
                            private void readObject(java.io.ObjectInputStream);
                            java.lang.Object writeReplace();
                            java.lang.Object readResolve();
                        }</option>                       
                    </options>
                    <libs>
                        <lib>${java.home}/lib/rt.jar</lib>
                    </libs>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-site-plugin</artifactId>              
            </plugin>
            <plugin>
                <groupId>com.github.github</groupId>
                <artifactId>site-maven-plugin</artifactId>
                <version>0.5</version>
                <executions>
                   <execution>
                      <goals>
                         <goal>site</goal>
                      </goals>
                      <phase>site-deploy</phase>
                      <configuration>
                         <message>Creating site for ${project.version}</message>
                         <merge>true</merge>
                      </configuration>
                   </execution>
                </executions>
          </plugin>
        </plugins>
        <pluginManagement>
           <plugins>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <configuration>
                        <source>1.6</source>
                        <target>1.6</target>
                    </configuration>
                </plugin>
                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
                <plugin>
                    <groupId>org.eclipse.m2e</groupId>
                    <artifactId>lifecycle-mapping</artifactId>
                    <version>1.0.0</version>
                    <configuration>
                        <lifecycleMappingMetadata>
                            <pluginExecutions>
                                <pluginExecution>
                                    <pluginExecutionFilter>
                                        <groupId>org.sonatype.plugins</groupId>
                                        <artifactId>jarjar-maven-plugin</artifactId>
                                        <versionRange>[1.5,)</versionRange>
                                        <goals>
                                            <goal>jarjar</goal>
                                        </goals>
                                    </pluginExecutionFilter>
                                    <action>
                                        <ignore />
                                    </action>
                                </pluginExecution>
                            </pluginExecutions>
                        </lifecycleMappingMetadata>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>
</project>