flybyray / maven-play-plugin

Automatically exported from code.google.com/p/maven-play-plugin
0 stars 0 forks source link

Mavenize Play! Faster Groovy Templates (fastergt) Module v.1.7 #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Mavenize Play! Faster Groovy Templates (fastergt) Module v.1.6

Original issue reported on code.google.com by gslowiko...@gmail.com on 21 Apr 2012 at 8:23

GoogleCodeExporter commented 9 years ago
svn rev.9375 - installation and deployment scripts for version 1.7 (latest)

Original comment by gslowiko...@gmail.com on 29 May 2012 at 8:23

GoogleCodeExporter commented 9 years ago
svn rev.9376 - test project added

Original comment by gslowiko...@gmail.com on 29 May 2012 at 8:36

GoogleCodeExporter commented 9 years ago
I made a bug in module maveznization, forgot to add exclusions:

        <dependency>
            <groupId>com.google.code.maven-play-plugin.com.kjetland</groupId>
            <artifactId>gt-engine_2.9.1</artifactId>
            <version>0.2</version>
            <exclusions>
                <exclusion>
                    <groupId>com.google.code.maven-play-plugin.org.eclipse.jdt</groupId>
                    <artifactId>org.eclipse.jdt.core</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>commons-collections</groupId>
                    <artifactId>commons-collections</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>commons-lang</groupId>
                    <artifactId>commons-lang</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.codehaus.groovy</groupId>
                    <artifactId>groovy</artifactId>
                </exclusion>
            </exclusions>
        </dependency>

Version 1.7_1 will be deployed with this bug fixed. This is fastergt version 
1.7 with fixed module's pom.xml.

Original comment by gslowiko...@gmail.com on 10 Jun 2012 at 7:49

GoogleCodeExporter commented 9 years ago
svn rev.9798 - installation and deployment scripts for version 1.7_1

Original comment by gslowiko...@gmail.com on 10 Jun 2012 at 7:52

GoogleCodeExporter commented 9 years ago
svn rev.9799 - test project upgraded from 1.7 to 1.7_1

Original comment by gslowiko...@gmail.com on 10 Jun 2012 at 7:55