组织ID: |
org.opendaylight.odlparent |
项目ID: |
findbugs |
版本: |
3.0.2 |
最后修改时间: |
2019-10-17 14:45:11 |
包类型: |
jar |
标题: |
ODL :: odlparent :: ${project.artifactId} |
大小: |
2.79KB |
|
Maven引入代码: |
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>findbugs</artifactId>
<version>3.0.2</version>
</dependency>
|
Gradle引入代码: |
org.opendaylight.odlparent:findbugs:3.0.2
|
下载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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>odlparent-lite</artifactId>
<version>3.0.2</version>
<relativePath>../odlparent-lite</relativePath>
</parent>
<artifactId>findbugs</artifactId>
<name>ODL :: odlparent :: ${project.artifactId}</name>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
</plugin>
</plugins>
</pluginManagement>
</build>
<scm>
<connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
<developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
<tag>HEAD</tag>
<url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
</scm>
<!--
Maven Site Configuration
The following configuration is necessary for maven-site-plugin to
correctly identify the correct deployment path for OpenDaylight Maven
sites.
-->
<url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
<distributionManagement>
<site>
<id>opendaylight-site</id>
<url>${nexus.site.url}/${project.artifactId}/</url>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/git.properties
META-INF/maven/org.opendaylight.odlparent/findbugs/pom.xml
META-INF/maven/org.opendaylight.odlparent/findbugs/pom.properties
findbugs-exclude.xml
|
依赖Jar: |
无
|