| 组织ID: |
org.codehaus.groovy |
| 项目ID: |
groovy-eclipse-compiler |
| 版本: |
3.3.0-01 |
| 最后修改时间: |
2019-03-29 23:51:14 |
| 包类型: |
jar |
| 标题: |
Groovy-Eclipse Compiler Plugin |
| 描述: |
Maven adapter for the Groovy-Eclipse Batch Compiler |
| 相关URL: |
https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-Maven-plugin |
| 大小: |
21.67KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-compiler</artifactId>
<version>3.3.0-01</version>
</dependency>
|
| Gradle引入代码: |
org.codehaus.groovy:groovy-eclipse-compiler:3.3.0-01
|
| 下载Jar包: |
|
| POM文件内容: |
<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.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-compiler</artifactId>
<version>3.3.0-01</version>
<packaging>maven-plugin</packaging>
<name>Groovy-Eclipse Compiler Plugin</name>
<description>Maven adapter for the Groovy-Eclipse Batch Compiler</description>
<url>https://github.com/groovy/groovy-eclipse/wiki/Groovy-Eclipse-Maven-plugin</url>
<licenses>
<license>
<name>The Eclipse Public License</name>
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://pivotal.io</url>
</organization>
<developers>
<developer>
<name>Andy Clement</name>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>https://pivotal.io</organizationUrl>
</developer>
<developer>
<name>Eric Milles</name>
<organization>Thomson Reuters</organization>
<organizationUrl>https://thomsonreuters.com</organizationUrl>
</developer>
</developers>
<issueManagement>
<url>https://github.com/groovy/groovy-eclipse/issues</url>
</issueManagement>
<scm>
<url>http://github.com/groovy/groovy-eclipse.git</url>
<connection>scm:git://github.com/groovy/groovy-eclipse.git</connection>
<developerConnection>scm:git:git@github.com:groovy/groovy-eclipse.git</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.6.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-batch</artifactId>
<version>2.4.3-01</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-api</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
<version>1.7.1</version>
</dependency>
</dependencies>
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<tagletArtifacts>
<tagletArtifact>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-tools-javadoc</artifactId>
<version>3.5.2</version>
</tagletArtifact>
</tagletArtifacts>
<show>private</show><!-- allow Javadoc Tool to generate annotation for Mojo fields -->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.codehaus.groovy/groovy-eclipse-compiler/plugin-help.xml
META-INF/maven/plugin.xml
META-INF/plexus/components.xml
org.codehaus.groovy.eclipse.compiler.AddGroovySourceFolders.class
org.codehaus.groovy.eclipse.compiler.GroovyEclipseCompiler$DeduplicatingHashMap.class
org.codehaus.groovy.eclipse.compiler.GroovyEclipseCompiler.class
org.codehaus.groovy.eclipse.compiler.InternalCompiler$Result.class
org.codehaus.groovy.eclipse.compiler.InternalCompiler.class
META-INF/maven/org.codehaus.groovy/groovy-eclipse-compiler/pom.xml
META-INF/maven/org.codehaus.groovy/groovy-eclipse-compiler/pom.properties
|
| 依赖Jar: |
maven-core-3.6.0.jar
/org.apache.maven/maven-core/3.6.0
查看maven-core所有版本文件
maven-plugin-api-3.6.0.jar
/org.apache.maven/maven-plugin-api/3.6.0
查看maven-plugin-api所有版本文件
groovy-eclipse-batch-2.4.3-01.jar
/org.codehaus.groovy/groovy-eclipse-batch/2.4.3-01
查看groovy-eclipse-batch所有版本文件
plexus-compiler-api-2.8.5.jar
/org.codehaus.plexus/plexus-compiler-api/2.8.5
查看plexus-compiler-api所有版本文件
plexus-component-annotations-1.7.1.jar
/org.codehaus.plexus/plexus-component-annotations/1.7.1
查看plexus-component-annotations所有版本文件
plexus-container-default-1.7.1.jar
/org.codehaus.plexus/plexus-container-default/1.7.1
查看plexus-container-default所有版本文件
|