~ubuntu-branches/ubuntu/utopic/maven-enforcer/utopic

« back to all changes in this revision

Viewing changes to enforcer-rules/src/it/requirePlugins1/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:
1
 
<?xml version="1.0" encoding="UTF-8"?><project>
2
 
  
3
 
  <modelVersion>4.0.0</modelVersion>
4
 
  <groupId>org.apache.maven.enforcer.its</groupId>
5
 
  <artifactId>requirePlugins1</artifactId>
6
 
  <packaging>jar</packaging>
7
 
  <version>testing</version>
8
 
    
9
 
  
10
 
  <build>
11
 
    <pluginManagement>
12
 
      <plugins>
13
 
        <plugin>
14
 
          <groupId>org.apache.maven.plugins</groupId>
15
 
          <artifactId>maven-site-plugin</artifactId>
16
 
          <version>2.0-beta-6</version>
17
 
        </plugin>
18
 
      </plugins>
19
 
    </pluginManagement>
20
 
    <plugins>
21
 
     <plugin>
22
 
        <groupId>org.apache.maven.plugins</groupId>
23
 
        <artifactId>maven-enforcer-plugin</artifactId>
24
 
        <version>1.0-SNAPSHOT</version>
25
 
        <executions>
26
 
          <execution>
27
 
            <id>enforce</id>
28
 
            <goals>
29
 
              <goal>enforce</goal>
30
 
            </goals>
31
 
            <configuration>
32
 
              <rules>
33
 
                <requirePluginVersions><phases>site</phases></requirePluginVersions>
34
 
              </rules>
35
 
            </configuration>
36
 
          <!--  <dependencies>
37
 
              <dependency>
38
 
                <groupId>org.apache.maven.enforcer</groupId>
39
 
                <artifactId>enforcer-rules</artifactId>
40
 
                <version>testing</version>
41
 
              </dependency>
42
 
            </dependencies>-->
43
 
          </execution>
44
 
        </executions>
45
 
      </plugin>
46
 
    </plugins>
47
 
    </build>
48
 
    <reporting>
49
 
      <plugins>
50
 
        <plugin>
51
 
          <groupId>org.apache.maven.plugins</groupId>
52
 
          <artifactId>maven-checkstyle-plugin</artifactId>
53
 
        </plugin>
54
 
      </plugins>
55
 
    </reporting>
56
 
 </project>
 
 
b'\\ No newline at end of file'