2009-04-27 13:17:45 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-02-07 04:05:24 +08:00
|
|
|
<!--
|
|
|
|
The MIT License
|
|
|
|
|
|
|
|
Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, id:sorokh
|
|
|
|
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
|
|
in the Software without restriction, including without limitation the rights
|
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
|
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
|
|
all copies or substantial portions of the Software.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
|
THE SOFTWARE.
|
|
|
|
-->
|
2006-11-07 03:53:54 +08:00
|
|
|
<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">
|
2006-11-06 05:16:01 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
2011-01-31 05:18:06 +08:00
|
|
|
<groupId>org.jenkins-ci</groupId>
|
|
|
|
<artifactId>jenkins</artifactId>
|
|
|
|
<version>1.10</version>
|
2006-11-06 05:16:01 +08:00
|
|
|
</parent>
|
|
|
|
|
2011-01-31 05:18:06 +08:00
|
|
|
<groupId>org.jenkins-ci.main</groupId>
|
2006-11-06 05:16:01 +08:00
|
|
|
<artifactId>pom</artifactId>
|
2011-01-20 12:51:30 +08:00
|
|
|
<version>1.396-SNAPSHOT</version>
|
2006-11-06 05:16:01 +08:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
2011-01-31 05:18:06 +08:00
|
|
|
<name>Jenkins main module</name>
|
2006-11-06 05:16:01 +08:00
|
|
|
<description>The module that constitutes the main hudson.war</description>
|
|
|
|
|
|
|
|
<modules>
|
2006-12-17 09:09:08 +08:00
|
|
|
<module>remoting</module>
|
2006-11-06 05:16:01 +08:00
|
|
|
<module>core</module>
|
Merged revisions 16689-16697,16701-16710,16712-16714 via svnmerge from
https://www.dev.java.net/svn/hudson/branches/HUDSON-3251
........
r16689 | kohsuke | 2009-03-29 08:52:25 -0700 (Sun, 29 Mar 2009) | 1 line
[HUDSON-3251] (1/18) moving maven-related source to maven-plugin
........
r16690 | kohsuke | 2009-03-29 08:57:23 -0700 (Sun, 29 Mar 2009) | 4 lines
[HUDSON-3251] (3/18) moved KeptBecauseOfParent message
Note I skipped (2/18) to move the logic into MavenProject.DescriptorImpl.isApplicable.
........
r16691 | kohsuke | 2009-03-29 08:58:21 -0700 (Sun, 29 Mar 2009) | 3 lines
[HUDSON-3251] (4/18) removed imports and javadoc links to Maven-related classes
........
r16692 | kohsuke | 2009-03-29 08:59:49 -0700 (Sun, 29 Mar 2009) | 2 lines
[HUDSON-3251] (5/18) moving maven-related functionality to maven plugin.
........
r16693 | kohsuke | 2009-03-29 09:01:11 -0700 (Sun, 29 Mar 2009) | 5 lines
[HUDSON-3251] (5/18) moving maven-related functionality to maven plugin
Forgot to add a newly created file.
........
r16694 | kohsuke | 2009-03-29 09:02:24 -0700 (Sun, 29 Mar 2009) | 1 line
needs a copyright header on all files in the core
........
r16695 | kohsuke | 2009-03-29 09:07:03 -0700 (Sun, 29 Mar 2009) | 1 line
[HUDSON-3251] (6/18) updating poms and packaging to bundle maven plugin (with a minor adjustment to revert forkMode change)
........
r16696 | kohsuke | 2009-03-29 09:17:58 -0700 (Sun, 29 Mar 2009) | 1 line
[HUDSON-3251] (6/18) updating poms and packaging to bundle maven plugin (with a minor adjustment to revert forkMode change)
........
r16697 | kohsuke | 2009-03-29 09:38:23 -0700 (Sun, 29 Mar 2009) | 2 lines
[HUDSON-3251] (7/18) add a hudson.bundled.plugins property that can override the default bundled plugins.
........
r16701 | kohsuke | 2009-03-29 15:14:38 -0700 (Sun, 29 Mar 2009) | 1 line
[HUDSON-3251] (8/18) finding Maven jars through reflection for now. TODO: introduce a post-initialization hook
........
r16702 | kohsuke | 2009-03-29 15:20:36 -0700 (Sun, 29 Mar 2009) | 2 lines
[HUDSON-3251] (10/18) use lastModified to avoid unpacking bundled plugins unnecessarily.
........
r16703 | kohsuke | 2009-03-29 15:21:15 -0700 (Sun, 29 Mar 2009) | 1 line
[HUDSON-3251] (12/18) updating poms and packaging to bundle maven plugin
........
r16704 | kohsuke | 2009-03-29 15:37:32 -0700 (Sun, 29 Mar 2009) | 1 line
[HUDSON-3251] (15/18) resolve plugins from the classpath in tests. Slightly reworked.
........
r16705 | kohsuke | 2009-03-29 15:38:12 -0700 (Sun, 29 Mar 2009) | 1 line
[HUDSON-3251] (16/18) update hpi plugin version
........
r16706 | kohsuke | 2009-03-29 15:38:54 -0700 (Sun, 29 Mar 2009) | 1 line
[HUDSON-3251] (17/18) moved createExecutedMojoCache
........
r16707 | kohsuke | 2009-03-29 15:42:38 -0700 (Sun, 29 Mar 2009) | 3 lines
[HUDSON-3251] after looking at (18/18), I think the same effect can be achieved more easily by not setting this system property at all.
Or am I missing something?
........
r16708 | kohsuke | 2009-03-29 15:43:30 -0700 (Sun, 29 Mar 2009) | 1 line
formatting change
........
r16709 | kohsuke | 2009-03-29 15:58:16 -0700 (Sun, 29 Mar 2009) | 1 line
[HUDSON-3251] ignore certain builders and publishers in Maven2 job type. This does the same thing as (2/18) in Tom's patch, but I believe this is better. Still needs to figure out how to do this for MavenModule, which doesn't have a descriptor.
........
r16710 | kohsuke | 2009-03-29 16:01:00 -0700 (Sun, 29 Mar 2009) | 1 line
ignore generated files
........
r16712 | kohsuke | 2009-03-29 16:29:05 -0700 (Sun, 29 Mar 2009) | 3 lines
[HUDSON-3251] revisited patch (8/18). ComputerListener is extended to support the preOnline step, so that some operations can be carried out whose failure will result in the node failing to become online.
Maven-plugin uses this now to avoid the use of reflection.
........
r16713 | kohsuke | 2009-03-29 16:38:48 -0700 (Sun, 29 Mar 2009) | 1 line
switching to fork because otherwise the test fails with PermGen out of space
........
r16714 | kohsuke | 2009-03-29 16:39:36 -0700 (Sun, 29 Mar 2009) | 1 line
no, the next version is 1.295.
........
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@16734 71c3de6d-444a-0410-be80-ed276b4c234a
2009-03-31 05:55:33 +08:00
|
|
|
<module>maven-plugin</module>
|
2010-03-13 07:14:47 +08:00
|
|
|
<module>ui-samples-plugin</module>
|
2007-03-03 08:48:13 +08:00
|
|
|
<module>maven-agent</module>
|
|
|
|
<module>maven-interceptor</module>
|
2010-12-24 21:19:10 +08:00
|
|
|
<module>maven3-agent</module>
|
|
|
|
<module>maven3-interceptor</module>
|
2006-11-06 05:16:01 +08:00
|
|
|
<module>war</module>
|
2008-08-15 07:23:42 +08:00
|
|
|
<module>test</module>
|
2009-04-27 13:17:45 +08:00
|
|
|
<module>cli</module>
|
2006-11-06 05:16:01 +08:00
|
|
|
</modules>
|
2006-11-07 16:11:02 +08:00
|
|
|
|
2006-11-19 08:10:35 +08:00
|
|
|
<scm>
|
2010-11-27 08:43:11 +08:00
|
|
|
<connection>scm:git:git://github.com/hudson/hudson.git</connection>
|
|
|
|
<developerConnection>scm:git:ssh://git@github.com/hudson/hudson.git</developerConnection>
|
|
|
|
<url>https://github.com/hudson/hudson</url>
|
2006-11-19 08:10:35 +08:00
|
|
|
</scm>
|
2009-03-25 10:32:12 +08:00
|
|
|
|
2006-11-07 16:11:02 +08:00
|
|
|
<build>
|
2008-08-16 05:16:11 +08:00
|
|
|
<defaultGoal>install</defaultGoal>
|
2009-09-15 04:36:31 +08:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.kohsuke.gmaven</groupId>
|
|
|
|
<artifactId>gmaven-plugin</artifactId>
|
|
|
|
<version>1.0-rc-5-patch-2</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependency><!-- this needs to be visible to Ant inside GMaven, so has to be a plugin dependency -->
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant-junit</artifactId>
|
|
|
|
<version>1.7.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.sourceforge.cobertura</groupId>
|
|
|
|
<artifactId>cobertura</artifactId>
|
|
|
|
<version>1.9</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<!-- this provided scope dependency doesn't get added to GMaven unless explicitly added here -->
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
|
|
|
|
<artifactId>maven-antrun-extended-plugin</artifactId>
|
|
|
|
<version>1.39</version>
|
|
|
|
</plugin>
|
2010-01-13 02:25:17 +08:00
|
|
|
<plugin>
|
2010-12-24 21:19:10 +08:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2010-01-13 02:25:17 +08:00
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.6.1</version>
|
|
|
|
</plugin>
|
2010-07-31 04:23:44 +08:00
|
|
|
<plugin>
|
2010-12-24 21:19:10 +08:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2010-07-31 04:23:44 +08:00
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2010-12-24 21:19:10 +08:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2010-07-31 04:23:44 +08:00
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2011-01-11 22:04:52 +08:00
|
|
|
<version>2.7.1</version>
|
2010-12-24 21:19:10 +08:00
|
|
|
<configuration>
|
|
|
|
<systemPropertyVariables>
|
|
|
|
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</configuration>
|
2010-07-31 04:23:44 +08:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2010-12-24 21:19:10 +08:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2010-07-31 04:23:44 +08:00
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2010-12-24 21:19:10 +08:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2010-07-31 04:23:44 +08:00
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<version>2.2-beta-5</version>
|
|
|
|
</plugin>
|
2010-12-24 21:19:10 +08:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<version>2.4.3</version>
|
|
|
|
</plugin>
|
2010-01-13 02:25:17 +08:00
|
|
|
<plugin>
|
|
|
|
<!--
|
|
|
|
Both test harness and core uses stapler as an extension,
|
|
|
|
and apparently without having extension preloaded at the parent, the main artifact of the 'test' module
|
|
|
|
ends up installed with 'stapler-jar' extension (which normally is an indication that the ArtifactTypeHandler
|
|
|
|
defined in this extension is not getting picked up.)
|
|
|
|
|
|
|
|
To avoid this problem, I'm defining an extension here. Not sure if the nested <dependencies> is necessary.
|
|
|
|
It's also possible that I misdiagnosed the problem and the root cause is something entirely different.
|
|
|
|
|
|
|
|
To test if you can remove this work around, do a rebuild from main and see if the test harness
|
|
|
|
is installed with the right extension into the local repository.
|
|
|
|
-->
|
|
|
|
<groupId>org.kohsuke.stapler</groupId>
|
|
|
|
<artifactId>maven-stapler-plugin</artifactId>
|
2010-05-01 02:09:50 +08:00
|
|
|
<version>1.15</version>
|
2010-01-13 02:25:17 +08:00
|
|
|
<extensions>true</extensions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jvnet.maven-jellydoc-plugin</groupId>
|
|
|
|
<artifactId>maven-jellydoc-plugin</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
2009-09-15 04:36:31 +08:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2009-03-25 10:32:12 +08:00
|
|
|
|
2006-11-07 16:11:02 +08:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
2010-12-18 16:00:49 +08:00
|
|
|
<version>2.1</version>
|
2006-11-07 16:11:02 +08:00
|
|
|
<configuration>
|
2008-07-29 06:38:21 +08:00
|
|
|
<!-- enable release profile during the release, create IPS package, and sign bits. -->
|
2010-05-05 01:14:24 +08:00
|
|
|
<prepareVerifyArgs>-P release,sign</prepareVerifyArgs>
|
2009-11-21 16:07:33 +08:00
|
|
|
<goals>-DskipTests javadoc:javadoc animal-sniffer:check deploy javadoc:aggregate</goals>
|
2010-12-18 16:00:49 +08:00
|
|
|
<pushChanges>false</pushChanges>
|
|
|
|
<localCheckout>true</localCheckout>
|
2006-12-10 07:56:11 +08:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2008-02-13 06:38:14 +08:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-remote-resources-plugin</artifactId>
|
2009-09-15 04:36:31 +08:00
|
|
|
<version>1.0</version>
|
2008-02-13 06:38:14 +08:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>process</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<resourceBundles>
|
|
|
|
<resourceBundle>org.jvnet.hudson:license:1.0</resourceBundle>
|
|
|
|
</resourceBundles>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2008-11-15 08:44:33 +08:00
|
|
|
<plugin>
|
|
|
|
<!-- make sure our code doesn't have 1.6 dependencies except where we know it -->
|
|
|
|
<groupId>org.jvnet</groupId>
|
|
|
|
<artifactId>animal-sniffer</artifactId>
|
2009-09-15 04:36:31 +08:00
|
|
|
<version>1.2</version>
|
2008-11-18 03:18:16 +08:00
|
|
|
<configuration>
|
|
|
|
<signature>
|
|
|
|
<groupId>org.jvnet.animal-sniffer</groupId>
|
|
|
|
<artifactId>java1.5</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</signature>
|
|
|
|
</configuration>
|
2008-11-15 08:44:33 +08:00
|
|
|
</plugin>
|
2008-11-18 03:18:16 +08:00
|
|
|
|
2010-07-31 04:23:44 +08:00
|
|
|
<plugin>
|
Merged revisions 15420-15422,15540-15541,15556,15559-15560,15577 via svnmerge from
https://www.dev.java.net/svn/hudson/branches/managed-windows-slave
........
r15420 | kohsuke | 2009-02-17 22:54:43 -0800 (Tue, 17 Feb 2009) | 1 line
added a work in progress
........
r15421 | kohsuke | 2009-02-17 23:01:47 -0800 (Tue, 17 Feb 2009) | 1 line
added copyright
........
r15422 | kohsuke | 2009-02-17 23:07:50 -0800 (Tue, 17 Feb 2009) | 1 line
forgot to copy this
........
r15540 | kohsuke | 2009-02-21 21:00:29 -0800 (Sat, 21 Feb 2009) | 1 line
moving WMI support into another library, and making more progress
........
r15541 | kohsuke | 2009-02-21 22:19:43 -0800 (Sat, 21 Feb 2009) | 3 lines
making more progress.
We need an UI to reinstall a service
........
r15556 | kohsuke | 2009-02-22 11:15:12 -0800 (Sun, 22 Feb 2009) | 1 line
allows null
........
r15559 | kohsuke | 2009-02-22 11:29:08 -0800 (Sun, 22 Feb 2009) | 1 line
added a new mode of launcher that accepts one TCP/IP connection and use that for communication
........
r15560 | kohsuke | 2009-02-22 11:39:52 -0800 (Sun, 22 Feb 2009) | 1 line
more bug fixes and stabilization
........
r15577 | kohsuke | 2009-02-22 18:15:51 -0800 (Sun, 22 Feb 2009) | 2 lines
improved the form field databinding by allowing @field to be on <f:entry>.
This enables the convention-over-configuration for pointing to the help file.
........
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15579 71c3de6d-444a-0410-be80-ed276b4c234a
2009-02-23 10:31:18 +08:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2010-07-31 04:23:44 +08:00
|
|
|
<version>2.3.1</version>
|
|
|
|
<configuration><!-- we specify this in the parent POM, so this is redundant, but otherwise IntelliJ is unhappy -->
|
Merged revisions 15420-15422,15540-15541,15556,15559-15560,15577 via svnmerge from
https://www.dev.java.net/svn/hudson/branches/managed-windows-slave
........
r15420 | kohsuke | 2009-02-17 22:54:43 -0800 (Tue, 17 Feb 2009) | 1 line
added a work in progress
........
r15421 | kohsuke | 2009-02-17 23:01:47 -0800 (Tue, 17 Feb 2009) | 1 line
added copyright
........
r15422 | kohsuke | 2009-02-17 23:07:50 -0800 (Tue, 17 Feb 2009) | 1 line
forgot to copy this
........
r15540 | kohsuke | 2009-02-21 21:00:29 -0800 (Sat, 21 Feb 2009) | 1 line
moving WMI support into another library, and making more progress
........
r15541 | kohsuke | 2009-02-21 22:19:43 -0800 (Sat, 21 Feb 2009) | 3 lines
making more progress.
We need an UI to reinstall a service
........
r15556 | kohsuke | 2009-02-22 11:15:12 -0800 (Sun, 22 Feb 2009) | 1 line
allows null
........
r15559 | kohsuke | 2009-02-22 11:29:08 -0800 (Sun, 22 Feb 2009) | 1 line
added a new mode of launcher that accepts one TCP/IP connection and use that for communication
........
r15560 | kohsuke | 2009-02-22 11:39:52 -0800 (Sun, 22 Feb 2009) | 1 line
more bug fixes and stabilization
........
r15577 | kohsuke | 2009-02-22 18:15:51 -0800 (Sun, 22 Feb 2009) | 2 lines
improved the form field databinding by allowing @field to be on <f:entry>.
This enables the convention-over-configuration for pointing to the help file.
........
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15579 71c3de6d-444a-0410-be80-ed276b4c234a
2009-02-23 10:31:18 +08:00
|
|
|
<source>1.5</source>
|
|
|
|
<target>1.5</target>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
|
2009-03-26 00:46:42 +08:00
|
|
|
<plugin>
|
2010-12-24 21:19:10 +08:00
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
2009-03-26 00:46:42 +08:00
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
2010-12-06 21:37:50 +08:00
|
|
|
<version>1.0</version>
|
2009-03-26 00:46:42 +08:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<!-- There is a bug in JDK 1.5's compiler therefore need to compile with 1.6 -->
|
|
|
|
<requireJavaVersion>
|
|
|
|
<version>[1.6.0,]</version>
|
|
|
|
</requireJavaVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
2009-10-17 07:19:20 +08:00
|
|
|
<plugin>
|
|
|
|
<!--
|
|
|
|
Since some developers try to run hudson-dev:run from main, define it here so that at least the plugin resolves.
|
|
|
|
This enables us to report a better error message.
|
|
|
|
-->
|
|
|
|
<groupId>org.jvnet.hudson.tools</groupId>
|
|
|
|
<artifactId>maven-hudson-dev-plugin</artifactId>
|
|
|
|
<version>6.1.7</version>
|
|
|
|
</plugin>
|
|
|
|
|
2008-04-18 05:44:01 +08:00
|
|
|
<!--<plugin>
|
2007-12-22 03:25:15 +08:00
|
|
|
<groupId>org.jvnet.fix1600</groupId>
|
|
|
|
<artifactId>fix1600</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>fix</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2008-04-18 05:44:01 +08:00
|
|
|
</plugin>-->
|
2006-11-07 16:11:02 +08:00
|
|
|
</plugins>
|
2010-12-18 15:59:27 +08:00
|
|
|
|
|
|
|
<extensions>
|
|
|
|
<extension>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http</artifactId>
|
|
|
|
<version>1.0-beta-5</version>
|
|
|
|
</extension>
|
|
|
|
</extensions>
|
2006-11-07 16:11:02 +08:00
|
|
|
</build>
|
2008-11-15 08:44:33 +08:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<!-- for JRE requirement check annotation -->
|
|
|
|
<groupId>org.jvnet</groupId>
|
2008-11-18 08:53:05 +08:00
|
|
|
<artifactId>animal-sniffer-annotation</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
<optional>true</optional><!-- no need to have this at runtime -->
|
2008-11-15 08:44:33 +08:00
|
|
|
</dependency>
|
2011-01-22 06:18:58 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jvnet.hudson</groupId>
|
|
|
|
<artifactId>test-annotations</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2008-11-15 08:44:33 +08:00
|
|
|
</dependencies>
|
2010-12-24 21:19:10 +08:00
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<version>${mavenVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-compat</artifactId>
|
|
|
|
<version>${mavenVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-aether-provider</artifactId>
|
|
|
|
<version>${mavenVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-embedder</artifactId>
|
|
|
|
<version>${mavenVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-api</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-impl</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-spi</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-util</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.aether</groupId>
|
|
|
|
<artifactId>aether-connector-wagon</artifactId>
|
|
|
|
<version>${aetherVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<version>${wagonVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<version>${wagonVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
<version>${wagonVersion}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.sisu</groupId>
|
|
|
|
<artifactId>sisu-inject-plexus</artifactId>
|
|
|
|
<version>1.4.3.1</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
|
|
|
<version>2.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>1.8.0</version>
|
|
|
|
</dependency>
|
2011-01-11 21:28:17 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
2011-01-11 22:00:11 +08:00
|
|
|
<version>1.4</version>
|
2011-01-11 21:28:17 +08:00
|
|
|
</dependency>
|
|
|
|
|
2010-12-24 21:19:10 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.8.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2008-11-15 08:44:33 +08:00
|
|
|
|
2007-09-27 09:18:02 +08:00
|
|
|
<properties>
|
2011-01-13 17:49:18 +08:00
|
|
|
<mavenVersion>3.0.2</mavenVersion>
|
2010-12-24 21:19:10 +08:00
|
|
|
<maven.version>${mavenVersion}</maven.version>
|
2011-01-13 17:49:18 +08:00
|
|
|
<aetherVersion>1.9</aetherVersion>
|
2010-12-24 21:19:10 +08:00
|
|
|
<wagonVersion>1.0-beta-7</wagonVersion>
|
2010-07-31 04:23:44 +08:00
|
|
|
<!-- *.html files are in UTF-8, and *.properties are in iso-8859-1, so this configuration is acturally incorrect,
|
|
|
|
but this suppresses a warning from Maven, and as long as we don't do filtering we should be OK. -->
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2007-09-27 09:18:02 +08:00
|
|
|
</properties>
|
2007-10-01 16:45:58 +08:00
|
|
|
|
2007-02-11 06:30:24 +08:00
|
|
|
<profiles>
|
2010-06-29 04:48:12 +08:00
|
|
|
<profile>
|
|
|
|
<id>metrics</id>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
<configuration>
|
|
|
|
<threshold>High</threshold>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<configuration>
|
|
|
|
<!--rulesets>
|
|
|
|
<ruleset>ruleset.xml</ruleset>
|
|
|
|
</rulesets-->
|
|
|
|
<targetJdk>1.5</targetJdk>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
<configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
</profile>
|
2007-02-11 06:30:24 +08:00
|
|
|
<profile>
|
|
|
|
<id>debug</id>
|
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
|
|
|
<properties>
|
2011-02-02 14:43:47 +08:00
|
|
|
<hudson.sign.alias>jenkins</hudson.sign.alias>
|
2007-02-11 06:30:24 +08:00
|
|
|
<hudson.sign.keystore>../dummy.keystore</hudson.sign.keystore>
|
2011-02-02 14:43:47 +08:00
|
|
|
<hudson.sign.storepass>jenkins</hudson.sign.storepass>
|
2007-02-11 06:30:24 +08:00
|
|
|
</properties>
|
|
|
|
</profile>
|
2009-06-23 06:45:10 +08:00
|
|
|
<profile>
|
|
|
|
<id>sorcerer</id>
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jvnet.sorcerer</groupId>
|
|
|
|
<artifactId>maven-sorcerer-plugin</artifactId>
|
2009-09-15 04:36:31 +08:00
|
|
|
<version>0.8</version>
|
2009-06-23 06:45:10 +08:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
2009-06-24 07:05:55 +08:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jvnet.sorcerer</groupId>
|
|
|
|
<artifactId>maven-sorcerer-plugin</artifactId>
|
2009-09-15 04:36:31 +08:00
|
|
|
<version>0.8</version>
|
2009-06-24 07:05:55 +08:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2009-06-23 06:45:10 +08:00
|
|
|
</profile>
|
2009-11-21 16:07:33 +08:00
|
|
|
<profile>
|
|
|
|
<id>release</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>attached</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>package</phase>
|
|
|
|
<configuration>
|
2010-07-31 04:23:44 +08:00
|
|
|
<finalName>hudson-${project.version}</finalName>
|
2009-11-21 16:07:33 +08:00
|
|
|
<descriptors>
|
|
|
|
<descriptor>assembly-src.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2011-01-19 13:56:43 +08:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>sign-artifacts</id>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>sign</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2009-11-21 16:07:33 +08:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2010-12-24 21:19:10 +08:00
|
|
|
<profile>
|
|
|
|
<id>m2e</id>
|
|
|
|
<properties>
|
|
|
|
<m2BuildDirectory>target</m2BuildDirectory>
|
|
|
|
</properties>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>m2e.version</name>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<directory>${m2BuildDirectory}</directory>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.maven.ide.eclipse</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>0.12.0</version>
|
|
|
|
<configuration>
|
|
|
|
<mappingId>customizable</mappingId>
|
|
|
|
<configurators>
|
|
|
|
<configurator id="org.maven.ide.eclipse.jdt.javaConfigurator" />
|
|
|
|
<configurator id="org.maven.ide.eclipse.plexus.annotations.plexusConfigurator" />
|
|
|
|
</configurators>
|
|
|
|
<mojoExecutions>
|
|
|
|
<mojoExecution>org.apache.maven.plugins:maven-resources-plugin::</mojoExecution>
|
|
|
|
</mojoExecutions>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2007-02-11 06:30:24 +08:00
|
|
|
</profiles>
|
2008-01-10 14:19:07 +08:00
|
|
|
|
2008-09-03 01:17:21 +08:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>m.g.o-public</id>
|
|
|
|
<url>http://maven.glassfish.org/content/groups/public/</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
<pluginRepository>
|
|
|
|
<id>m.g.o-public</id>
|
|
|
|
<url>http://maven.glassfish.org/content/groups/public/</url>
|
|
|
|
<releases>
|
|
|
|
<enabled>true</enabled>
|
|
|
|
</releases>
|
|
|
|
<snapshots>
|
|
|
|
<enabled>false</enabled>
|
|
|
|
</snapshots>
|
|
|
|
</pluginRepository>
|
|
|
|
</pluginRepositories>
|
|
|
|
|
2008-02-13 06:38:14 +08:00
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The MIT license</name>
|
|
|
|
<url>http://www.opensource.org/licenses/mit-license.php</url>
|
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
2009-01-07 10:39:16 +08:00
|
|
|
|
|
|
|
<distributionManagement>
|
|
|
|
<site>
|
2009-01-07 10:39:27 +08:00
|
|
|
<id>hudson-www</id>
|
2010-04-27 02:34:37 +08:00
|
|
|
<url>scp://hudson-labs.org/home/kohsuke/www/hudson-labs.org/maven-site/</url>
|
2009-01-07 10:39:16 +08:00
|
|
|
</site>
|
2010-12-18 15:59:27 +08:00
|
|
|
<snapshotRepository>
|
|
|
|
<id>maven.hudson-labs.org</id>
|
2011-01-05 05:44:42 +08:00
|
|
|
<url>http://maven.hudson-labs.org:8081/content/repositories/snapshots</url>
|
2010-12-18 15:59:27 +08:00
|
|
|
</snapshotRepository>
|
2009-01-07 10:39:16 +08:00
|
|
|
</distributionManagement>
|
2009-03-10 07:21:49 +08:00
|
|
|
</project>
|