Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Mar 14th, 2011  |  syntax: None  |  size: 0.63 KB  |  views: 39  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3.   <modelVersion>4.0.0</modelVersion>
  4.   <groupId>com.acme.base</groupId>
  5.   <artifactId>jenkins</artifactId>
  6.   <packaging>war</packaging>
  7.   <dependencies>
  8.     <dependency>
  9.       <groupId>org.jenkins-ci.main</groupId>
  10.       <artifactId>jenkins-war</artifactId>
  11.       <version>1.400</version>
  12.       <type>war</type>
  13.       <scope>runtime</scope>
  14.     </dependency>
  15.   </dependencies>
  16. </project>
clone this paste RAW Paste Data