~ubuntu-branches/ubuntu/wily/maven-enforcer/wily

« back to all changes in this revision

Viewing changes to pom.xml

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-09-12 22:30:16 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110912223016-e2pk04avoq8bur7t
Tags: 1.0-1
* Team upload
* New upstream release.
* Add more Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  <parent>
24
24
    <artifactId>maven-parent</artifactId>
25
25
    <groupId>org.apache.maven</groupId>
26
 
    <version>11</version>
 
26
    <version>17</version>
27
27
    <relativePath>../pom/maven/pom.xml</relativePath>
28
28
  </parent>
29
 
 
30
29
  <groupId>org.apache.maven.enforcer</groupId>
31
30
  <artifactId>enforcer</artifactId>
32
 
  <version>1.0-beta-2</version>
 
31
  <version>1.0</version>
33
32
  <packaging>pom</packaging>
34
33
 
35
34
  <name>Enforcer</name>
58
57
      <archive>http://mail-archives.apache.org/mod_mbox/maven-users</archive>
59
58
      <otherArchives>
60
59
        <otherArchive>http://www.mail-archive.com/users@maven.apache.org/</otherArchive>
61
 
        <otherArchive>http://www.nabble.com/Maven---Users-f178.html</otherArchive>
 
60
        <otherArchive>http://old.nabble.com/Maven---Users-f178.html</otherArchive>
62
61
        <otherArchive>http://maven.users.markmail.org/</otherArchive>
63
62
      </otherArchives>
64
63
    </mailingList>
70
69
      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
71
70
      <otherArchives>
72
71
        <otherArchive>http://www.mail-archive.com/dev@maven.apache.org/</otherArchive>
73
 
        <otherArchive>http://www.nabble.com/Maven-Developers-f179.html</otherArchive>
 
72
        <otherArchive>http://old.nabble.com/Maven-Developers-f179.html</otherArchive>
74
73
        <otherArchive>http://maven.dev.markmail.org/</otherArchive>
75
74
      </otherArchives>
76
75
    </mailingList>
81
80
      <archive>http://mail-archives.apache.org/mod_mbox/maven-issues/</archive>
82
81
      <otherArchives>
83
82
        <otherArchive>http://www.mail-archive.com/issues@maven.apache.org</otherArchive>
84
 
        <otherArchive>http://www.nabble.com/Maven---Issues-f15573.html</otherArchive>
 
83
        <otherArchive>http://old.nabble.com/Maven---Issues-f15573.html</otherArchive>
85
84
        <otherArchive>http://maven.issues.markmail.org/</otherArchive>
86
85
      </otherArchives>
87
86
    </mailingList>
92
91
      <archive>http://mail-archives.apache.org/mod_mbox/maven-dev</archive>
93
92
      <otherArchives>
94
93
        <otherArchive>http://www.mail-archive.com/commits@maven.apache.org</otherArchive>
95
 
        <otherArchive>http://www.nabble.com/Maven---Commits-f15575.html</otherArchive>
 
94
        <otherArchive>http://old.nabble.com/Maven---Commits-f15575.html</otherArchive>
96
95
        <otherArchive>http://maven.commits.markmail.org/</otherArchive>
97
96
      </otherArchives>
98
97
    </mailingList>
105
104
      <archive>http://mail-archives.apache.org/mod_mbox/maven-announce/</archive>
106
105
      <otherArchives>
107
106
        <otherArchive>http://www.mail-archive.com/announce@maven.apache.org</otherArchive>
108
 
        <otherArchive>http://www.nabble.com/Maven-Announcements-f15617.html</otherArchive>
 
107
        <otherArchive>http://old.nabble.com/Maven-Announcements-f15617.html</otherArchive>
109
108
        <otherArchive>http://maven.announce.markmail.org/</otherArchive>
110
109
      </otherArchives>
111
110
    </mailingList>
116
115
      <archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</archive>
117
116
      <otherArchives>
118
117
        <otherArchive>http://www.mail-archive.com/notifications@maven.apache.org</otherArchive>
119
 
        <otherArchive>http://www.nabble.com/Maven---Notifications-f15574.html</otherArchive>
 
118
        <otherArchive>http://old.nabble.com/Maven---Notifications-f15574.html</otherArchive>
120
119
        <otherArchive>http://maven.notifications.markmail.org/</otherArchive>
121
120
      </otherArchives>
122
121
    </mailingList>
133
132
  </modules>
134
133
 
135
134
  <scm>
136
 
    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/enforcer/tags/enforcer-1.0-beta-2</connection>
137
 
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/enforcer/tags/enforcer-1.0-beta-2</developerConnection>
138
 
    <url>http://svn.apache.org/viewcvs.cgi/maven/enforcer/tags/enforcer-1.0-beta-2</url>
 
135
    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/enforcer/tags/enforcer-1.0</connection>
 
136
    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/enforcer/tags/enforcer-1.0</developerConnection>
 
137
    <url>http://svn.apache.org/viewcvs.cgi/maven/enforcer/tags/enforcer-1.0</url>
139
138
  </scm>
140
139
  <issueManagement>
141
140
    <system>jira</system>
142
141
    <url>http://jira.codehaus.org/browse/MENFORCER</url>
143
142
  </issueManagement>
144
 
  <distributionManagement>
 
143
    <distributionManagement>
145
144
    <site>
146
145
      <id>apache.website</id>
147
 
      <url>${site.deploy.url}/enforcer/</url>
 
146
      <url>scp://people.apache.org/www/maven.apache.org/enforcer/</url>
148
147
    </site>
149
148
  </distributionManagement>
150
 
 
151
149
  <properties>
152
150
    <maven.version>2.0.9</maven.version>
153
 
    <maven.plugin.plugin.version>2.4.3</maven.plugin.plugin.version>
 
151
    <maven.plugin.plugin.version>2.5.1</maven.plugin.plugin.version>
154
152
    <site.deploy.url>scp://people.apache.org/www/maven.apache.org</site.deploy.url>
155
153
  </properties>
156
154
 
194
192
        <version>${maven.version}</version>
195
193
      </dependency>
196
194
      <dependency>
 
195
        <groupId>org.apache.maven.shared</groupId>
 
196
        <artifactId>maven-common-artifact-filters</artifactId>
 
197
        <version>1.2</version>
 
198
      </dependency>
 
199
      <dependency>
197
200
        <groupId>org.codehaus.plexus</groupId>
198
201
        <artifactId>plexus-utils</artifactId>
199
202
        <version>1.5.8</version>
241
244
        <plugin>
242
245
          <artifactId>maven-compiler-plugin</artifactId>
243
246
          <configuration>
244
 
            <source>1.4</source>
245
 
            <target>1.4</target>
 
247
            <source>1.5</source>
 
248
            <target>1.5</target>
246
249
          </configuration>
247
250
        </plugin>
248
251
        <plugin>
264
267
      <plugin>
265
268
        <groupId>org.codehaus.mojo</groupId>
266
269
        <artifactId>cobertura-maven-plugin</artifactId>
267
 
        <version>2.2</version>
 
270
        <version>2.4</version>
268
271
      </plugin>
269
272
      <plugin>
270
273
        <groupId>org.apache.maven.plugins</groupId>
271
274
        <artifactId>maven-javadoc-plugin</artifactId>
272
 
        <version>2.5</version>
 
275
        <version>2.7</version>
273
276
        <configuration>
274
277
           <tagletArtifacts>
275
278
             <tagletArtifact>
276
279
                <groupId>org.apache.maven.plugin-tools</groupId>
277
280
                <artifactId>maven-plugin-tools-javadoc</artifactId>
278
 
                <version>2.4.3</version>
 
281
                <version>2.6</version>
279
282
             </tagletArtifact>
280
283
             <tagletArtifact>
281
284
               <groupId>org.codehaus.plexus</groupId>
287
290
       </plugin>
288
291
    </plugins>
289
292
  </reporting>
 
293
 
290
294
</project>