This is an automated email from the ASF dual-hosted git repository.

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cf6bb5c7 CAY-2746 Cleanup root pom.xml
4cf6bb5c7 is described below

commit 4cf6bb5c7de4beaa8ae8d8d6a6b88bf2aa9c5269
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Wed Jul 27 14:51:18 2022 +0300

    CAY-2746 Cleanup root pom.xml
---
 pom.xml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/pom.xml b/pom.xml
index 31fce2485..186c7fe2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -504,31 +504,9 @@
                        </releases>
                </repository>
        </repositories>
-       <pluginRepositories>
-               <pluginRepository>
-                       <id>objectstyle</id>
-                       <name>ObjectStyle repository</name>
-                       
<url>https://maven.objectstyle.org/nexus/content/groups/cayenne-deps</url>
-                       <layout>default</layout>
-                       <snapshots>
-                               <enabled>false</enabled>
-                       </snapshots>
-                       <releases>
-                               <enabled>true</enabled>
-                       </releases>
-               </pluginRepository>
-       </pluginRepositories>
        <build>
                <defaultGoal>install</defaultGoal>
 
-               <extensions>
-                       <extension>
-                               <groupId>org.apache.maven.wagon</groupId>
-                               <artifactId>wagon-ssh</artifactId>
-                               <version>3.5.2</version>
-                       </extension>
-               </extensions>
-
                <pluginManagement>
                        <plugins>
                                <!-- M2Eclipse configuration. Has no effect for 
command line builds -->
@@ -851,12 +829,6 @@
                     </systemPropertyVariables>
                 </configuration>
             </plugin>
-                       <plugin>
-                               <artifactId>maven-resources-plugin</artifactId>
-                               <configuration>
-                                       <encoding>UTF-8</encoding>
-                               </configuration>
-                       </plugin>
                        <plugin>
                 <!-- TOOD move to release plugin -->
                                <groupId>org.apache.rat</groupId>

Reply via email to