You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "essobedo (via GitHub)" <gi...@apache.org> on 2023/07/04 12:45:35 UTC

[GitHub] [camel] essobedo commented on a diff in pull request #10584: CAMEL-19573 - Stop syncing version properties in git, generate the effective camel-dependencies during the build

essobedo commented on code in PR #10584:
URL: https://github.com/apache/camel/pull/10584#discussion_r1251983814


##########
tooling/maven/sync-properties-maven-plugin/src/main/resources/camel-dependencies-template.xml:
##########
@@ -34,32 +34,23 @@
 
     <packaging>pom</packaging>
     <name>Camel :: Dependencies</name>
-    <description>Camel Dependencies POM</description>
+    <description>Version properties used for building and testing Apache Camel</description>
 
-    <!-- sync properties here from parent/pom.xml -->
     <properties>
         @properties@
     </properties>
 
-    <profiles>
-        <profile>
-            <id>full</id>
-            <activation>
-                <property>
-                    <name>!quickly</name>
-                </property>
-            </activation>
-            <build>
-                <pluginManagement>
-                    <plugins>
-                        <plugin>
-                            <groupId>com.mycila</groupId>
-                            <artifactId>license-maven-plugin</artifactId>
-                            <version>${mycila-license-version}</version>
-                        </plugin>
-                    </plugins>
-                </pluginManagement>
-            </build>
-        </profile>
-    </profiles>
+    <url>https://camel.apache.org</url>
+    <inceptionYear>2007</inceptionYear>
+    <scm>
+        <connection>scm:git:http://gitbox.apache.org/repos/asf/camel.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=camel.git;a=summary</url>

Review Comment:
   Are they still actual?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org