Maven Repository - POM file for Build maven-reporting-api 3.0 3.0

Summary

Maven Reporting API.

API to manage report generation..

Declaration

Here is the list of declaration for maven-reporting-api. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-api</artifactId>
   <version>3.0</version>
</dependency>

If you think this Maven repository POM file listing for maven-reporting-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Apache License.

Depends on

The maven-reporting-api-3.0 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
Web Frameworkdoxia-sink-api 1.0
Doxia Sink API.
10




Depended by

The following table lists the most popular artifacts which are depending on maven-reporting-api-3.0. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Buildmaven-plugin 2.2.1
This plug-in provides deep integration of Hudson and Maven. This functionality used to be part of the Hudson core. Now it is a plug-in that is installed by default, but can be disabled.
5
Buildscala-maven-plugin 3.0.2
The scala-maven-plugin (previously maven-scala-plugin) is used for compiling/testing/running/documenting scala code of any maven project.
6
Buildmaven-reporting-impl 2.1
Abstract classes to manage report generation.
7
Buildmaven-project-info-reports-plugin 2.4
The Maven Project Info Reports Plugin is a plugin that generates standard reports for the specified project.
12
GWTgwt-maven-plugin 2.4.0
Maven plugin for the Google Web Toolkit.
11
Buildmaven-plugin 3.0.1
This plug-in is needed if you have legacy maven 2 job type. Preferred way to use maven in Hudson is by using maven as a builder in your Free Style job, which is provided by Maven 3 plugin. Version 3.0.1 of this plugin requires Hudson Version 3.1.2 or later.
8
Buildmaven-dependency-plugin 2.8
Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more.
17
Buildmaven-dependency-plugin 2.3
Provides utility goals to work with dependencies like copying, unpacking, analyzing, resolving and many more.
14
XMLmaven-plugin-tools-generators 3.2
The Maven Plugin Tools Generators provide content generation (XML descriptor, documentation, help goal) from plugin descriptor extracted from plugin sources.
14

Packages

The following packages are defined in the maven-reporting-api-3.0.jar

org.apache.maven.reporting




POM File Source

Here is the content of the POM file.

<?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>15</version>
  </parent>

  <groupId>org.apache.maven.reporting</groupId>
  <artifactId>maven-reporting-api</artifactId>
  <version>3.0</version>

  <name>Maven Reporting API</name>
  <description>API to manage report generation.</description>

  

  <scm>
    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-api-3.0</connection>
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-api-3.0</developerConnection>
    <url>http://svn.apache.org/viewvc/maven/shared/tags/maven-reporting-api-3.0</url>
  </scm>

  <issueManagement>
    <system>jira</system>
    <url>http://jira.codehaus.org/browse/MSHARED/component/14413</url>
  </issueManagement>

  <dependencies>
    <dependency>
      <groupId>org.apache.maven.doxia</groupId>
      <artifactId>doxia-sink-api</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>
</project>