You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/08/15 00:48:02 UTC

svn commit: r804402 - in /maven/enforcer/trunk/maven-enforcer-plugin: ./ src/it/ src/it/always-fail/ src/it/always-pass/ src/it/banned-dependencies/ src/it/banned-plugins/ src/it/evaluate-beanshell/ src/it/require-active-profile/ src/it/require-files-d...

Author: bentmann
Date: Fri Aug 14 22:48:00 2009
New Revision: 804402

URL: http://svn.apache.org/viewvc?rev=804402&view=rev
Log:
o Added ITs to smoke check with different Maven versions

Added:
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/invoker.properties   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-pass/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-pass/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-dependencies/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-dependencies/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-plugins/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-plugins/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/evaluate-beanshell/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/evaluate-beanshell/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-active-profile/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-active-profile/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-dont-exist/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-dont-exist/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-exist/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-exist/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-size/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-size/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-java-version/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-java-version/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-maven-version/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-maven-version/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-no-repositories/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-no-repositories/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-plugin-versions/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-plugin-versions/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-property/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-property/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-dependencies/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-dependencies/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-version/
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-version/pom.xml   (with props)
    maven/enforcer/trunk/maven-enforcer-plugin/src/it/settings.xml   (with props)
Modified:
    maven/enforcer/trunk/maven-enforcer-plugin/pom.xml

Modified: maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/pom.xml?rev=804402&r1=804401&r2=804402&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Fri Aug 14 22:48:00 2009
@@ -167,4 +167,38 @@
       </plugin>
     </plugins>
   </reporting>
+
+  <profiles>
+    <profile>
+      <id>run-its</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-invoker-plugin</artifactId>
+            <version>1.3</version>
+            <configuration>
+              <debug>true</debug>
+              <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+              <preBuildHookScript>setup</preBuildHookScript>
+              <postBuildHookScript>verify</postBuildHookScript>
+              <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
+              <settingsFile>src/it/settings.xml</settingsFile>
+              <goals>
+                <goal>validate</goal>
+              </goals>
+            </configuration>
+            <executions>
+              <execution>
+                <id>integration-test</id>
+                <goals>
+                  <goal>install</goal>
+                  <goal>run</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/invoker.properties
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/invoker.properties?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/invoker.properties (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/invoker.properties Fri Aug 14 22:48:00 2009
@@ -0,0 +1 @@
+invoker.buildResult = failure

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/invoker.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/invoker.properties
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <AlwaysFail/>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-fail/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-pass/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-pass/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-pass/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-pass/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <AlwaysPass/>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-pass/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/always-pass/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-dependencies/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-dependencies/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-dependencies/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <BannedDependencies>
+                  <excludes>
+                    <exclude>commons-logging:commons-logging</exclude>
+                  </excludes>
+                </BannedDependencies>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-dependencies/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-dependencies/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-plugins/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-plugins/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-plugins/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <bannedPlugins>
+                </bannedPlugins>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-plugins/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/banned-plugins/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/evaluate-beanshell/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/evaluate-beanshell/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/evaluate-beanshell/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/evaluate-beanshell/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <evaluateBeanshell>
+                  <condition>${project.artifactId} == test</condition>
+                </evaluateBeanshell>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/evaluate-beanshell/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/evaluate-beanshell/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-active-profile/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-active-profile/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-active-profile/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-active-profile/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireActiveProfile>
+                  <profiles>it</profiles>
+                </requireActiveProfile>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>it</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+    </profile>
+  </profiles>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-active-profile/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-active-profile/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-dont-exist/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-dont-exist/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-dont-exist/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-dont-exist/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireFilesDontExist>
+                  <files>
+                    <file>target/unwanted.txt</file>
+                  </files>
+                </requireFilesDontExist>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-dont-exist/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-dont-exist/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-exist/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-exist/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-exist/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-exist/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireFilesExist>
+                  <files>
+                    <file>pom.xml</file>
+                  </files>
+                </requireFilesExist>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-exist/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-exist/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-size/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-size/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-size/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-size/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireFilesSize>
+                  <maxsize>10240</maxsize>
+                  <minsize>512</minsize>
+                  <files>
+                    <file>pom.xml</file>
+                  </files>
+                </requireFilesSize>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-size/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-files-size/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-java-version/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-java-version/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-java-version/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-java-version/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireJavaVersion>
+                  <version>1.4</version>
+                </requireJavaVersion>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-java-version/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-java-version/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-maven-version/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-maven-version/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-maven-version/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-maven-version/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireMavenVersion>
+                  <version>2.0</version>
+                </requireMavenVersion>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-maven-version/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-maven-version/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-no-repositories/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-no-repositories/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-no-repositories/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-no-repositories/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireNoRepositories>
+                </requireNoRepositories>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-no-repositories/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-no-repositories/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-plugin-versions/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-plugin-versions/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-plugin-versions/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-plugin-versions/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+  <packaging>pom</packaging>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requirePluginVersions>
+                  <banSnapshots>false</banSnapshots>
+                  <unCheckedPluginList>
+                    org.apache.maven.plugins:maven-clean-plugin,org.apache.maven.plugins:maven-install-plugin,org.apache.maven.plugins:maven-deploy-plugin,org.apache.maven.plugins:maven-site-plugin
+                  </unCheckedPluginList>
+                </requirePluginVersions>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-plugin-versions/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-plugin-versions/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-property/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-property/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-property/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-property/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireProperty>
+                  <property>basedir</property>
+                </requireProperty>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-property/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-property/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-dependencies/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-dependencies/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-dependencies/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-dependencies/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireReleaseDeps/>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-dependencies/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-dependencies/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-version/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-version/pom.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-version/pom.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-version/pom.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>org.apache.maven.its.enforcer</groupId>
+  <artifactId>test</artifactId>
+  <version>1.0</version>
+
+  <description>
+  </description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>@project.version@</version>
+        <executions>
+          <execution>
+            <id>test</id>
+            <goals>
+              <goal>enforce</goal>
+            </goals>
+            <configuration>
+              <rules>
+                <requireReleaseVersion/>
+              </rules>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-version/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/require-release-version/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: maven/enforcer/trunk/maven-enforcer-plugin/src/it/settings.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/src/it/settings.xml?rev=804402&view=auto
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/src/it/settings.xml (added)
+++ maven/enforcer/trunk/maven-enforcer-plugin/src/it/settings.xml Fri Aug 14 22:48:00 2009
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<settings>
+  <profiles>
+    <profile>
+      <id>it-repo</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <repositories>
+        <repository>
+          <id>local.central</id>
+          <url>@localRepositoryUrl@</url>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </repository>
+      </repositories>
+      <pluginRepositories>
+        <pluginRepository>
+          <id>local.central</id>
+          <url>@localRepositoryUrl@</url>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+        </pluginRepository>
+      </pluginRepositories>
+    </profile>
+  </profiles>
+</settings>

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/settings.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/enforcer/trunk/maven-enforcer-plugin/src/it/settings.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision