| 组织ID: |
org.apache.maven.shared |
| 项目ID: |
maven-shared-incremental |
| 版本: |
1.0 |
| 最后修改时间: |
2018-07-23 21:35:30 |
| 包类型: |
jar |
| 标题: |
Maven Incremental Build support utilities |
| 描述: |
Various utility classes and plexus components for supporting
incremental build functionality in maven plugins.
|
| 大小: |
12.07KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-incremental</artifactId>
<version>1.0</version>
</dependency>
|
| Gradle引入代码: |
org.apache.maven.shared:maven-shared-incremental:1.0
|
| 下载Jar包: |
|
| POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<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>
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
<version>18</version>
<relativePath>../maven-shared-components/pom.xml</relativePath>
</parent>
<artifactId>maven-shared-incremental</artifactId>
<version>1.0</version>
<name>Maven Incremental Build support utilities</name>
<description>
Various utility classes and plexus components for supporting
incremental build functionality in maven plugins.
</description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-incremental-1.0</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-shared-incremental-1.0</developerConnection>
<url>http://svn.apache.org/viewvc/maven/shared/tags/maven-shared-incremental-1.0</url>
</scm>
<issueManagement>
<system>jira</system>
<url>https://jira.codehaus.org/browse/MSHARED/component/15650</url>
</issueManagement>
<properties>
<mavenVersion>2.2.1</mavenVersion>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${mavenVersion}</version>
<exclusions>
<exclusion>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-file</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-http-lightweight</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
</exclusion>
<exclusion>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
</exclusion>
<exclusion>
<groupId>classworlds</groupId>
<artifactId>classworlds</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interactivity-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-utils</artifactId>
<version>0.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<version>1.5.5</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-api</artifactId>
<version>1.0-alpha-16</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
<executions>
<execution>
<goals>
<goal>generate-metadata</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/NOTICE
org.apache.maven.shared.incremental.IncrementalBuildHelper.class
META-INF/maven/org.apache.maven.shared/maven-shared-incremental/pom.xml
META-INF/maven/org.apache.maven.shared/maven-shared-incremental/pom.properties
|
| 依赖Jar: |
maven-plugin-api-${mavenVersion}.jar
/org.apache.maven/maven-plugin-api/${mavenVersion}
查看maven-plugin-api所有版本文件
maven-core-${mavenVersion}.jar
/org.apache.maven/maven-core/${mavenVersion}
查看maven-core所有版本文件
maven-shared-utils-0.1.jar
/org.apache.maven.shared/maven-shared-utils/0.1
查看maven-shared-utils所有版本文件
plexus-component-annotations-1.5.5.jar
/org.codehaus.plexus/plexus-component-annotations/1.5.5
查看plexus-component-annotations所有版本文件
plexus-component-api-1.0-alpha-16.jar
/org.codehaus.plexus/plexus-component-api/1.0-alpha-16
查看plexus-component-api所有版本文件
|