Skip to content

Commit

Permalink
Manually configured maven reports that are applicable to the given ar…
Browse files Browse the repository at this point in the history
…tifact

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1517799 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ok2c committed Aug 27, 2013
1 parent c1a065a commit c787841
Show file tree
Hide file tree
Showing 6 changed files with 85 additions and 2 deletions.
15 changes: 15 additions & 0 deletions fluent-hc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,21 @@
</reportSets>
</plugin>

<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${hc.project-info.version}</version>
<inherited>false</inherited>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>dependency-info</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>

<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>${hc.jxr.version}</version>
Expand Down
15 changes: 15 additions & 0 deletions httpclient-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,21 @@
</reportSets>
</plugin>

<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${hc.project-info.version}</version>
<inherited>false</inherited>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>dependency-info</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>

<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>${hc.jxr.version}</version>
Expand Down
21 changes: 21 additions & 0 deletions httpclient-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,25 @@
<finalName>org.apache.httpcomponents.httpclient_${project.version}</finalName>
</build>

<reporting>
<plugins>

<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${hc.project-info.version}</version>
<inherited>false</inherited>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>dependency-info</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>

</plugins>
</reporting>

</project>
15 changes: 15 additions & 0 deletions httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,21 @@
</reportSets>
</plugin>

<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${hc.project-info.version}</version>
<inherited>false</inherited>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>dependency-info</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>

<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>${hc.jxr.version}</version>
Expand Down
15 changes: 15 additions & 0 deletions httpmime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,21 @@
</reportSets>
</plugin>

<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${hc.project-info.version}</version>
<inherited>false</inherited>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>dependency-info</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
</plugin>

<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>${hc.jxr.version}</version>
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -382,13 +382,15 @@
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${hc.project-info.version}</version>
<inherited>false</inherited>
<reportSets>
<reportSet>
<reports>
<report>dependencies</report>
<report>project-team</report>
<report>dependency-management</report>
<report>issue-tracking</report>
<report>license</report>
<report>scm</report>
<report>summary</report>
</reports>
</reportSet>
</reportSets>
Expand Down

0 comments on commit c787841

Please sign in to comment.