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

alien11689 pushed a commit to branch 
ARIES-2167-remove-unnecessary-repositories-from-parent
in repository https://gitbox.apache.org/repos/asf/aries.git

commit ff8ff8a9333d719b0cbc77e3dcbfec0d8bf0d288
Author: Dominik Przybysz <[email protected]>
AuthorDate: Mon Feb 3 20:16:01 2025 +0100

    ARIES-2167: Remove not existing mc-repo.googlecode.com repo with profile 
from parent
---
 parent/pom.xml | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2e3d06428..3f725e6d0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -641,38 +641,6 @@
                 </plugins>
             </build>
         </profile>
-        <profile>
-            <id>license-check</id>
-            <pluginRepositories>
-                <pluginRepository>
-                    <id>mc-release</id>
-                    
<url>http://mc-repo.googlecode.com/svn/maven2/releases</url>
-                    <snapshots>
-                        <enabled>false</enabled>
-                    </snapshots>
-                    <releases>
-                        <enabled>true</enabled>
-                    </releases>
-                </pluginRepository>
-            </pluginRepositories>
-            <build>
-                <defaultGoal>license:check</defaultGoal>
-                <plugins>
-                    <plugin>
-                        <groupId>com.google.code.maven-license-plugin</groupId>
-                        <artifactId>maven-license-plugin</artifactId>
-                        <version>${maven-license-plugin.version}</version>
-                        <executions>
-                            <execution>
-                                <goals>
-                                    <goal>check</goal>
-                                </goals>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
     </profiles>
 
     <reporting>

Reply via email to