pom.xml 15.0 KB
Newer Older
K
kohsuke 已提交
1 2 3
<!--
The MIT License

4
Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi, Stephen Connolly, Tom Huybrechts, Yahoo! Inc.
K
kohsuke 已提交
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

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.
-->

25
<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">
K
kohsuke 已提交
26 27
  <modelVersion>4.0.0</modelVersion>
  <parent>
28
    <groupId>org.jenkins-ci.main</groupId>
K
kohsuke 已提交
29
    <artifactId>pom</artifactId>
30
    <version>1.416-SNAPSHOT</version>
K
kohsuke 已提交
31 32 33
    <relativePath>../pom.xml</relativePath>
  </parent>
  
K
Kohsuke Kawaguchi 已提交
34
  <artifactId>jenkins-war</artifactId>
K
kohsuke 已提交
35
  <packaging>war</packaging>
36
  <name>Jenkins war</name>
37 38 39 40
  <description>
    Creates a war file. Also includes additional static web resources, such as images, CSS, JavaScript, and
    some HTML files.
  </description>
K
kohsuke 已提交
41 42
  
  <build>
K
Kohsuke Kawaguchi 已提交
43
    <finalName>jenkins</finalName>
K
kohsuke 已提交
44 45 46
    <plugins>
      <plugin>
        <artifactId>maven-war-plugin</artifactId>
47
        <!-- version specified in grandparent pom -->
K
kohsuke 已提交
48
        <configuration>
J
jieryn 已提交
49
          <filteringDeploymentDescriptors>true</filteringDeploymentDescriptors>
K
kohsuke 已提交
50 51
          <webResources>
            <resource>
J
jieryn 已提交
52
              <directory>${project.build.directory}/generated-resources</directory>
K
kohsuke 已提交
53
            </resource>
K
kohsuke 已提交
54
          </webResources>
K
kohsuke 已提交
55 56
          <!-- for putting Main-Class into war -->
          <archive>
J
jglick 已提交
57
            <manifest>
K
kohsuke 已提交
58 59
              <mainClass>Main</mainClass>
            </manifest>
60 61
            <manifestEntries>
              <Implementation-Version>${project.version}</Implementation-Version>
62
              <Hudson-Version>1.395</Hudson-Version>
63
              <Jenkins-Version>${project.version}</Jenkins-Version>
64
            </manifestEntries>
K
kohsuke 已提交
65
          </archive>
66
          <!--outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping-->
K
kohsuke 已提交
67 68
        </configuration>
      </plugin>
69 70
      <plugin>
        <artifactId>maven-dependency-plugin</artifactId>
71
        <!-- version specified in grandparent pom -->
72 73 74 75 76 77 78 79 80 81 82 83
        <executions>
          <execution>
            <phase>generate-resources</phase>
            <goals>
              <goal>list</goal>
            </goals>
            <configuration>
              <outputFile>${basedir}/target/classes/dependencies.txt</outputFile>
            </configuration>
          </execution>
        </executions>
      </plugin>
K
kohsuke 已提交
84
      <plugin>
85 86
        <groupId>org.jvnet.maven-antrun-extended-plugin</groupId>
        <artifactId>maven-antrun-extended-plugin</artifactId>
87
        <!-- version specified in grandparent pom -->
K
kohsuke 已提交
88 89
        <executions>
          <execution>
90 91
            <id>package</id>
            <phase>package</phase>
K
kohsuke 已提交
92 93 94
            <goals>
              <goal>run</goal>
            </goals>
K
kohsuke 已提交
95
            <configuration>
96 97
              <tasks>
                <!-- deploy the war as a jar, so that the tests can pull this into the classpath -->
K
Kohsuke Kawaguchi 已提交
98
                <attachArtifact file="target/jenkins.war" classifier="war-for-test" type="jar" />
99
              </tasks>
K
kohsuke 已提交
100 101
            </configuration>
          </execution>
K
kohsuke 已提交
102
          <execution>
103
            <id>resgen</id>
K
kohsuke 已提交
104 105
            <phase>generate-resources</phase>
            <goals>
106
              <goal>run</goal>
K
kohsuke 已提交
107 108
            </goals>
            <configuration>
109
              <verifyArtifact>false</verifyArtifact>
110 111
              <tasks>
                <mkdir dir="target/generated-resources" />
112 113

                <!-- put executable war header -->
114
                <resolveArtifact groupId="org.jenkins-ci" artifactId="executable-war" version="1.21" type="jar" property="executable-war.jar" />
115 116
                <unjar src="${executable-war.jar}" dest="target/generated-resources">
                  <patternset>
117
                    <include name="**/*.class" />
118 119
                  </patternset>
                </unjar>
120 121

                <!-- dependencies that goes to unusual locations -->
122 123
                <resolveArtifact artifactId="remoting" tofile="${basedir}/target/generated-resources/WEB-INF/remoting.jar" />
                <resolveArtifact artifactId="remoting" tofile="${basedir}/target/generated-resources/WEB-INF/slave.jar" />
124
                <resolveArtifact groupId="${project.groupId}" artifactId="cli" classifier="jar-with-dependencies" version="${project.version}" type="jar" tofile="${basedir}/target/generated-resources/WEB-INF/jenkins-cli.jar" />
125
                <resolveArtifact artifactId="winstone" tofile="${basedir}/target/generated-resources/winstone.jar" />
S
Seiji Sogabe 已提交
126
                
127
                <!-- bundled plugins -->
K
kohsuke 已提交
128
                <resolveArtifact type="hpi" groupId="${project.groupId}" artifactId="maven-plugin" version="${project.version}" tofile="${basedir}/target/generated-resources/WEB-INF/plugins/maven-plugin.hpi" />
129
                <resolveArtifact type="hpi" groupId="org.jenkins-ci.plugins" artifactId="ssh-slaves" version="0.15" tofile="${basedir}/target/generated-resources/WEB-INF/plugins/ssh-slaves.hpi" />
130
                <resolveArtifact type="hpi" groupId="org.jenkins-ci.plugins" artifactId="subversion" version="1.25" tofile="${basedir}/target/generated-resources/WEB-INF/plugins/subversion.hpi" />
131
                <resolveArtifact type="hpi" groupId="org.jvnet.hudson.plugins" artifactId="cvs" version="1.2" tofile="${basedir}/target/generated-resources/WEB-INF/plugins/cvs.hpi" />
132
              </tasks>
K
kohsuke 已提交
133 134
            </configuration>
          </execution>
K
kohsuke 已提交
135 136
        </executions>
      </plugin>
137 138 139
      <plugin><!-- generate licenses.xml -->
        <groupId>com.cloudbees</groupId>
        <artifactId>maven-license-plugin</artifactId>
140
        <!-- version specified in grandparent pom -->
141 142 143 144 145 146 147 148 149 150 151 152 153
        <configuration>
          <generateLicenseXml>target/classes/META-INF/licenses.xml</generateLicenseXml>
          <inlineScript>
            filter {
                // add Winstone since we are bundling it.
                def d = project.dependencies.find { it.artifactId=="winstone" };
                def a = mojo.artifactFactory.createProjectArtifact(d.groupId,d.artifactId,d.version);
                def p = mojo.projectBuilder.buildFromRepository(a, project.getRemoteArtifactRepositories(), mojo.localRepository)
                models.put(a,p);
            }
          </inlineScript>
        </configuration>
      </plugin>
K
kohsuke 已提交
154
      <plugin>
155
        <!-- this is really just a patched version of maven-jetty-plugin to workaround issue #932 -->
156 157
        <groupId>org.jenkins-ci.tools</groupId>
        <artifactId>maven-jenkins-dev-plugin</artifactId>
158
        <!-- version specified in grandparent pom -->
K
kohsuke 已提交
159
        <configuration>
160
          <contextPath>${contextPath}</contextPath>
161 162 163 164
          <!--
            Reload webapp when you hit ENTER. (See JETTY-282 for more)
          -->
          <reload>manual</reload>
165 166 167 168 169
          <connectors>
            <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
                <port>${port}</port>
            </connector>
          </connectors>
170 171 172 173 174 175 176 177 178 179
          <additionalClassesDirectories>
            <!-- load resoures straight from source -->
            <additionalClassesDirectory>../core/src/main/resources</additionalClassesDirectory>
            
            <!--
              read directly from core module's output directory,
              so that changes are picked up right away without running mvn.
            -->
            <additionalClassesDirectory>../core/target/classes</additionalClassesDirectory>
          </additionalClassesDirectories>
180 181
          <userRealms>
            <userRealm implementation="org.mortbay.jetty.security.HashUserRealm">
182
              <name>default</name>
183
              <config>${basedir}/src/realm.properties</config>
184
            </userRealm>
185
          </userRealms>
K
kohsuke 已提交
186 187
          <systemProperties>
            <systemProperty>
K
Kohsuke Kawaguchi 已提交
188 189
              <name>JENKINS_HOME</name>
              <value>${JENKINS_HOME}</value>
K
kohsuke 已提交
190 191 192 193
            </systemProperty>
            <systemProperty>
              <!-- always reload views during debugging -->
              <name>stapler.jelly.noCache</name>
194 195
              <value>true</value>
            </systemProperty>
196 197 198 199 200
            <systemProperty>
              <!-- show the stapler evaluation during execution -->
              <name>stapler.trace</name>
              <value>true</value>
            </systemProperty>
K
kohsuke 已提交
201 202 203 204 205
            <systemProperty>
              <!-- always reload scripts during debugging -->
              <name>hudson.script.noCache</name>
              <value>true</value>
            </systemProperty>
206 207 208
            <systemProperty>
              <!-- load view resources from the source directly, again for real time change -->
              <name>stapler.resourcePath</name>
W
wjprakash 已提交
209 210 211 212 213
              <value>
                  ../core/src/main/resources;
                  ../ui-samples-plugin/src/main/resources;
                  ../maven-plugin/src/main/resources
              </value>
K
kohsuke 已提交
214
            </systemProperty>
215
            <systemProperty>
216
              <!-- enable the plugins in main by default -->
217
              <name>hudson.bundled.plugins</name>
W
wjprakash 已提交
218 219
              <value>
                  ${basedir}/../maven-plugin/target/test-classes/the.hpl,
K
kohsuke 已提交
220
                  ${basedir}/../ui-samples-plugin/target/test-classes/the.hpl
W
wjprakash 已提交
221
              </value>
222
            </systemProperty>
223 224 225 226 227
            <systemProperty>
              <!-- stat collection pointless -->
              <name>hudson.model.UsageStatistics.disabled</name>
              <value>true</value>
            </systemProperty>
228 229 230 231
            <systemProperty>
              <name>hudson.Main.development</name>
              <value>true</value>
            </systemProperty>
232 233 234 235 236
            <systemProperty>
              <!-- this adds 3 sec to the shutdown, and most likely pointless, too -->
              <name>hudson.DNSMultiCast.disabled</name>
              <value>true</value>
            </systemProperty>
K
kohsuke 已提交
237 238 239
          </systemProperties>
        </configuration>
      </plugin>
K
kohsuke 已提交
240 241
    </plugins>
  </build>
K
kohsuke 已提交
242

K
kohsuke 已提交
243 244
  <dependencies>
    <dependency>
245
      <groupId>org.jenkins-ci.main</groupId>
K
Kohsuke Kawaguchi 已提交
246
      <artifactId>jenkins-core</artifactId>
247
      <version>${project.version}</version>
K
kohsuke 已提交
248
      <exclusions>
249 250 251
        <!--
          jars that are not needed in war. most of the exclusions should happen in the core, to make IDEs happy, not here.
        -->
K
kohsuke 已提交
252 253 254 255
        <exclusion>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
        </exclusion>
256 257 258 259
        <exclusion>
          <groupId>javax.servlet</groupId>
          <artifactId>jsp-api</artifactId>
        </exclusion>
K
kohsuke 已提交
260 261
      </exclusions>
    </dependency>
S
Seiji Sogabe 已提交
262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281
    <!-- declare this in reactors, so i can use now directly : mvn install -pl war -am to get the war  -->
    <!-- TO REMOVE when maven-plugin won't be anymore a bundle plugin -->
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>maven-plugin</artifactId>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>remoting</artifactId>
      <version>${project.version}</version>
    </dependency>    
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>cli</artifactId>
      <classifier>jar-with-dependencies</classifier>
      <version>${project.version}</version>
      <scope>provided</scope>
    </dependency>
282 283 284 285 286 287 288 289 290
    <dependency>
      <!--
        not actually used by test but used by antrun plugin to include it inside the war.
      -->
      <groupId>org.jenkins-ci</groupId>
      <artifactId>winstone</artifactId>
      <version>0.9.10-jenkins-25</version>
      <scope>test</scope>
    </dependency>
291 292 293
    <dependency>
      <groupId>org.jenkins-ci.modules</groupId>
      <artifactId>instance-identity</artifactId>
294
      <version>1.1</version>
295 296
    </dependency>

297 298 299 300 301 302 303 304
    <!-- offline profiler API when we need it -->
    <!--dependency>
      <groupId>com.yourkit.api</groupId>
      <artifactId>yjp</artifactId>
      <version>dontcare</version>
      <scope>system</scope>
      <systemPath>/usr/local/yjp/lib/yjp.jar</systemPath>
    </dependency-->
K
kohsuke 已提交
305
  </dependencies>
306 307
  
  <properties>
K
Kohsuke Kawaguchi 已提交
308
    <JENKINS_HOME>${basedir}/work</JENKINS_HOME>
309
    <contextPath>/</contextPath><!-- context path during test -->
310
    <port>8080</port><!-- HTTP listener port -->
311
  </properties>
312 313

  <profiles>
K
kohsuke 已提交
314
    <profile>
315
      <!-- profile for creating Jenkins IPS package -->
K
kohsuke 已提交
316 317 318 319 320 321
      <id>ips</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.jvnet.updatecenter2</groupId>
            <artifactId>maven-makepkgs-plugin</artifactId>
322
            <!-- version specified in grandparent pom -->
K
kohsuke 已提交
323 324 325 326 327 328 329 330
            <executions>
              <execution>
                <goals>
                  <goal>package</goal>
                </goals>
              </execution>
            </executions>
            <configuration>
K
kohsuke 已提交
331
              <python>python2.5</python>
K
kohsuke 已提交
332
              <proto>../ips/proto.py</proto>
333
              <attach>false</attach>
K
kohsuke 已提交
334 335 336 337 338
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
339 340 341 342 343 344 345 346
    <profile>
      <!-- sign war -->
      <id>sign</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-antrun-plugin</artifactId>
347
            <!-- version specified in grandparent pom -->
348 349 350 351 352 353 354 355 356 357
            <executions>
              <!-- sign the war -->
              <execution>
                <id>signWar</id>
                <phase>verify</phase>
                <goals>
                  <goal>run</goal>
                </goals>
                <configuration>
                  <tasks>
358 359 360 361 362 363
                    <!--
                      during the development, debug profile defined in ../pom.xml will cause
                      the jars to be signed by a self-certified dummy public key.

                      For release, you should define the real values in ~/.m2/settings.xml
                    -->
K
Kohsuke Kawaguchi 已提交
364
                    <signjar jar="target/jenkins.war" alias="${hudson.sign.alias}" keystore="${hudson.sign.keystore}" storepass="${hudson.sign.storepass}" />
365 366 367 368 369 370 371 372
                  </tasks>
                </configuration>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
373
  </profiles>
374
</project>