-
-
Notifications
You must be signed in to change notification settings - Fork 607
Fix maven pom resource assignment #3427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,483 changes: 1,483 additions & 0 deletions
1,483
tests/packagedcode/data/maven_misc/uberjars/htrace-core-4.0.0-incubating-expected.json
Large diffs are not rendered by default.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
.../packagedcode/data/maven_misc/uberjars/htrace-core-4.0.0-incubating/META-INF/DEPENDENCIES
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// ------------------------------------------------------------------ | ||
// Transitive dependencies of this project determined from the | ||
// maven pom organized by organization. | ||
// ------------------------------------------------------------------ | ||
|
||
htrace-core | ||
|
||
|
||
From: 'FasterXML' (http://fasterxml.com/) | ||
- Jackson-annotations (http://wiki.fasterxml.com/JacksonHome) com.fasterxml.jackson.core:jackson-annotations:bundle:2.4.0 | ||
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) | ||
- Jackson-core (http://wiki.fasterxml.com/JacksonHome) com.fasterxml.jackson.core:jackson-core:bundle:2.4.0 | ||
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) | ||
- jackson-databind (http://wiki.fasterxml.com/JacksonHome) com.fasterxml.jackson.core:jackson-databind:bundle:2.4.0 | ||
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) | ||
|
||
From: 'The Apache Software Foundation' (http://www.apache.org/) | ||
- Commons Logging (http://commons.apache.org/logging) commons-logging:commons-logging:jar:1.1.1 | ||
License: The Apache Software License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) | ||
|
||
|
||
|
||
|
4 changes: 4 additions & 0 deletions
4
tests/packagedcode/data/maven_misc/uberjars/htrace-core-4.0.0-incubating/META-INF/LICENSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
|
||
Apache License | ||
Version 2.0, January 2004 | ||
http://www.apache.org/licenses/ |
13 changes: 13 additions & 0 deletions
13
...s/packagedcode/data/maven_misc/uberjars/htrace-core-4.0.0-incubating/META-INF/MANIFEST.MF
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Manifest-Version: 1.0 | ||
Implementation-Vendor: The Apache Software Foundation | ||
Implementation-Title: htrace-core | ||
Implementation-Version: 4.0.0-incubating | ||
Implementation-Vendor-Id: org.apache.htrace | ||
Built-By: cmccabe | ||
Build-Jdk: 1.7.0_10 | ||
Specification-Vendor: The Apache Software Foundation | ||
Specification-Title: htrace-core | ||
Created-By: Apache Maven 3.0.4 | ||
Specification-Version: 4.0.0-incubating | ||
Archiver-Version: Plexus Archiver | ||
|
8 changes: 8 additions & 0 deletions
8
tests/packagedcode/data/maven_misc/uberjars/htrace-core-4.0.0-incubating/META-INF/NOTICE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
htrace-core | ||
Copyright 2015 The Apache Software Foundation | ||
|
||
This product includes software developed at | ||
The Apache Software Foundation (http://www.apache.org/). | ||
|
||
|
29 changes: 29 additions & 0 deletions
29
...re-4.0.0-incubating/META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?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/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>com.fasterxml.jackson</groupId> | ||
<artifactId>jackson-parent</artifactId> | ||
<version>2.4</version> | ||
</parent> | ||
|
||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-annotations</artifactId> | ||
<name>Jackson-annotations</name> | ||
<version>2.4.0</version> | ||
<packaging>bundle</packaging> | ||
<description>Core annotations used for value types, used by Jackson data binding package. | ||
</description> | ||
|
||
<url>http://wiki.fasterxml.com/JacksonHome</url> | ||
<scm> | ||
<connection>scm:git:[email protected]:FasterXML/jackson-annotations.git</connection> | ||
<developerConnection>scm:git:[email protected]:FasterXML/jackson-annotations.git</developerConnection> | ||
<url>http://github.com/FasterXML/jackson-annotations</url> | ||
<tag>jackson-annotations-2.4.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
<osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export> | ||
</properties> | ||
</project> |
77 changes: 77 additions & 0 deletions
77
...race-core-4.0.0-incubating/META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<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>com.fasterxml.jackson</groupId> | ||
<artifactId>jackson-parent</artifactId> | ||
<version>2.4</version> | ||
</parent> | ||
|
||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-core</artifactId> | ||
<name>Jackson-core</name> | ||
<version>2.4.0</version> | ||
<packaging>bundle</packaging> | ||
<description>Core Jackson abstractions, basic JSON streaming API implementation | ||
</description> | ||
|
||
<url>http://wiki.fasterxml.com/JacksonHome</url> | ||
<scm> | ||
<connection>scm:git:[email protected]:FasterXML/jackson-core.git</connection> | ||
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection> | ||
<url>http://github.com/FasterXML/jackson-core</url> | ||
<tag>jackson-core-2.4.0</tag> | ||
</scm> | ||
|
||
<properties> | ||
<osgi.export>com.fasterxml.jackson.core;version=${project.version}, | ||
com.fasterxml.jackson.core.*;version=${project.version} | ||
</osgi.export> | ||
|
||
<!-- Generate PackageVersion.java into this directory. --> | ||
<packageVersion.dir>com/fasterxml/jackson/core/json</packageVersion.dir> | ||
<packageVersion.package>${project.groupId}.json</packageVersion.package> | ||
</properties> | ||
|
||
<reporting> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>2.8.1</version> | ||
<configuration> | ||
<aggregate>true</aggregate> | ||
<source>1.6</source> | ||
<encoding>UTF-8</encoding> | ||
<maxmemory>1g</maxmemory> | ||
<links> | ||
<!-- JDK, other Jackson pkgs --> | ||
<link>http://docs.oracle.com/javase/6/docs/api/</link> | ||
</links> | ||
<excludePackageNames>${javadoc.package.exclude}</excludePackageNames> | ||
<bootclasspath>${sun.boot.class.path}</bootclasspath> | ||
<doclet>com.google.doclava.Doclava</doclet> | ||
<useStandardDocletOptions>false</useStandardDocletOptions> | ||
<additionalJOption>-J-Xmx1024m</additionalJOption> | ||
<docletArtifact> | ||
<groupId>com.google.doclava</groupId> | ||
<artifactId>doclava</artifactId> | ||
<version>1.0.3</version> | ||
</docletArtifact> | ||
<additionalparam> | ||
-hdf project.name "${project.name} ${project.version}" | ||
-d ${project.reporting.outputDirectory}/apidocs | ||
</additionalparam> | ||
</configuration> | ||
<reportSets> | ||
<reportSet> | ||
<id>default</id> | ||
<reports> | ||
<report>javadoc</report> | ||
</reports> | ||
</reportSet> | ||
</reportSets> | ||
</plugin> | ||
</plugins> | ||
</reporting> | ||
|
||
</project> |
81 changes: 81 additions & 0 deletions
81
...-core-4.0.0-incubating/META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<?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/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>com.fasterxml.jackson</groupId> | ||
<artifactId>jackson-parent</artifactId> | ||
<version>2.4</version> | ||
</parent> | ||
|
||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-databind</artifactId> | ||
<version>2.4.0</version> | ||
<name>jackson-databind</name> | ||
<packaging>bundle</packaging> | ||
<description>General data-binding functionality for Jackson: works on core streaming API</description> | ||
<url>http://wiki.fasterxml.com/JacksonHome</url> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:FasterXML/jackson-databind.git</connection> | ||
<developerConnection>scm:git:[email protected]:FasterXML/jackson-databind.git</developerConnection> | ||
<url>http://github.com/FasterXML/jackson-databind</url> | ||
<tag>jackson-databind-2.4.0</tag> | ||
</scm> | ||
|
||
<dependencies> | ||
<!-- Builds on core streaming API; also needs core annotations --> | ||
<dependency> | ||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-annotations</artifactId> | ||
<version>2.4.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.fasterxml.jackson.core</groupId> | ||
<artifactId>jackson-core</artifactId> | ||
<version>2.4.0</version> | ||
</dependency> | ||
|
||
<!-- and for testing we need a few libraries | ||
libs for which we use reflection for code, but direct dep for testing | ||
--> | ||
<dependency> | ||
<groupId>cglib</groupId> | ||
<artifactId>cglib</artifactId> | ||
<version>2.2.2</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.codehaus.groovy</groupId> | ||
<artifactId>groovy</artifactId> | ||
<version>1.7.9</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> <!-- from core we just test for repackaged cglib, not hibernate proper --> | ||
<groupId>org.hibernate</groupId> | ||
<artifactId>hibernate-cglib-repack</artifactId> | ||
<version>2.1_3</version> | ||
<scope>test</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
<reporting> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>cobertura-maven-plugin</artifactId> | ||
</plugin> | ||
</plugins> | ||
</reporting> | ||
|
||
<profiles> | ||
<profile> | ||
<id>release</id> | ||
<properties> | ||
<maven.test.skip>true</maven.test.skip> | ||
<skipTests>true</skipTests> | ||
</properties> | ||
</profile> | ||
</profiles> | ||
|
||
</project> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.