提交 ec1b0e42 编写于 作者: K kohsuke

added descriptions to help people see what these modules do

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16036 71c3de6d-444a-0410-be80-ed276b4c234a
上级 cf573086
......@@ -34,6 +34,9 @@ THE SOFTWARE.
<artifactId>hudson-core</artifactId>
<packaging>stapler-jar</packaging>
<name>Hudson core</name>
<description>
Contains the core Hudson code and view files to render HTML.
</description>
<build>
<plugins>
......
......@@ -34,6 +34,10 @@ THE SOFTWARE.
<artifactId>maven-agent</artifactId>
<packaging>jar</packaging>
<name>Hudson Maven CLI agent</name>
<description>
Code that boots up Maven2 with Hudson's remoting support in place.
Used for the native m2 support.
</description>
<build>
<plugins>
......
......@@ -34,6 +34,10 @@ THE SOFTWARE.
<artifactId>maven-interceptor</artifactId>
<packaging>jar</packaging>
<name>Hudson Maven PluginManager interceptor</name>
<description>
Plexus module that intercepts invocations of key Maven components
so that Hudson can monitor what's going on in Maven.
</description>
<dependencies>
<dependency>
......
......@@ -34,6 +34,10 @@ THE SOFTWARE.
<artifactId>remoting</artifactId>
<packaging>jar</packaging>
<name>Hudson remoting layer</name>
<description>
Contains the bootstrap code to bridge separate JVMs into a single semi-shared space.
Reusable outside Hudson.
</description>
<build>
<plugins>
......
......@@ -33,6 +33,9 @@ THE SOFTWARE.
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-test-harness</artifactId>
<name>Test harness for Hudson and plugins</name>
<description>
Unit test harness (src/main) and Unit tests for Hudson core (src/test)
</description>
<build>
<plugins>
......
......@@ -34,6 +34,10 @@ THE SOFTWARE.
<artifactId>hudson-war</artifactId>
<packaging>war</packaging>
<name>Hudson war</name>
<description>
Creates a war file. Also includes additional static web resources, such as images, CSS, JavaScript, and
some HTML files.
</description>
<build>
<directory>target</directory>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册