alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Groovy example source code file (groovy-tools.pom)

This example Groovy source code file (groovy-tools.pom) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Groovy tags/keywords

groovy, groovy, javadoc, javadoc, todo, todo, utf-8, utf-8

The Groovy groovy-tools.pom source code

<?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
    <groupId>groovy
    <artifactId>groovy-tools
    <version>internal
    <packaging>jar
    <!-- intentionally leaving off scope here as scope is probably overkill for tools -->
    <dependencies>
        <dependency>
            <groupId>com.googlecode.jarjar
            <artifactId>jarjar
            <version>1.1
        </dependency>
        <dependency>
            <groupId>checkstyle
            <artifactId>checkstyle
            <version>4.4
            <exclusions>
                <exclusion>
                    <groupId>junit
                    <artifactId>junit
                </exclusion>
            </exclusions>
        </dependency>
        <!-- TODO: upgrade to a recent version (has Groovy support!!) once in a repo -->
        <dependency>
            <groupId>redhill
            <artifactId>simian
            <version>2.2.4
        </dependency>
        <dependency>
            <groupId>net.sourceforge.cobertura
            <artifactId>cobertura
            <version>1.9.4.1
            <exclusions>
                <exclusion>
                    <groupId>asm
                    <artifactId>asm
                </exclusion>
                <exclusion>
                    <groupId>asm-tree
                    <artifactId>asm
                </exclusion>
                <exclusion>
                    <groupId>org.apache.ant
                    <artifactId>ant
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>asm
            <artifactId>asm
            <version>3.2
        </dependency>

        <!-- used for the JavaDoc generator script -->
        <!-- also used for stub generator tests: consider keeping both versions in sync -->
        <dependency>
            <groupId>com.thoughtworks.qdox
            <artifactId>qdox
            <version>1.12
        </dependency>
        <dependency>
            <groupId>biz.aQute
            <artifactId>bnd
            <version>0.0.401
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>aQute
            <url>http://www.aQute.biz/repo
        </repository>
    </repositories>
</project>

Other Groovy examples (source code examples)

Here is a short list of links related to this Groovy groovy-tools.pom source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.