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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/master by this push:
     new fda85c2  Add scm definition
fda85c2 is described below

commit fda85c25ecc3326f24e3566411a7d96e4602fa3d
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Dec 1 16:49:43 2020 +0000

    Add scm definition
---
 pom.xml | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7cf9554..15dea66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,8 @@
   <properties>
     <maven.compiler.source>8</maven.compiler.source>
     <maven.compiler.target>8</maven.compiler.target>
+    <!-- Override settings from parent POM -->
+    <sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
   </properties>
 
   <dependencies>
@@ -92,6 +94,12 @@
     </dependency>
   </dependencies>
 
+  <scm>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git</developerConnection>
+    
<url>https://gitbox.apache.org/repos/asf?p=tomcat-jakartaee-migration.git</url>
+  </scm>
+
   <build>
     <resources>
       <resource>
@@ -212,12 +220,6 @@
          -->
         <artifactId>maven-assembly-plugin</artifactId>
         <version>3.2.0</version>
-        <configuration>
-          <descriptors>
-            <descriptor>src/assembly/bin.xml</descriptor>
-            <descriptor>src/assembly/src.xml</descriptor>
-          </descriptors>
-        </configuration>
         <executions>
           <execution>
             <id>make-assembly</id>
@@ -225,6 +227,12 @@
             <goals>
               <goal>single</goal>
             </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>src/assembly/bin.xml</descriptor>
+                <descriptor>src/assembly/src.xml</descriptor>
+              </descriptors>
+            </configuration>
           </execution>
         </executions>
       </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to