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

rgdoliveira pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-runtimes.git


The following commit(s) were added to refs/heads/main by this push:
     new e4997f5685 NO-ISSUE: remove legacy productized-db-scripts.xml file 
(#3715)
e4997f5685 is described below

commit e4997f5685cf993eb9d1bfee96b00a78a81c483f
Author: Roberto Oliveira <[email protected]>
AuthorDate: Thu Oct 10 12:59:22 2024 -0400

    NO-ISSUE: remove legacy productized-db-scripts.xml file (#3715)
---
 addons/common/persistence/ddl/pom.xml              | 13 --------
 .../ddl/src/assembly/productized-db-scripts.xml    | 38 ----------------------
 2 files changed, 51 deletions(-)

diff --git a/addons/common/persistence/ddl/pom.xml 
b/addons/common/persistence/ddl/pom.xml
index a96bf50824..7a6519a2fb 100644
--- a/addons/common/persistence/ddl/pom.xml
+++ b/addons/common/persistence/ddl/pom.xml
@@ -62,17 +62,4 @@
       </plugin>
     </plugins>
   </build>
-  <profiles>
-    <profile>
-      <id>productized</id>
-      <activation>
-        <property>
-          <name>productized</name>
-        </property>
-      </activation>
-      <properties>
-        
<db.scripts.descriptor>src/assembly/productized-db-scripts.xml</db.scripts.descriptor>
-      </properties>
-    </profile>
-  </profiles>
 </project>
\ No newline at end of file
diff --git 
a/addons/common/persistence/ddl/src/assembly/productized-db-scripts.xml 
b/addons/common/persistence/ddl/src/assembly/productized-db-scripts.xml
deleted file mode 100644
index 39ec204674..0000000000
--- a/addons/common/persistence/ddl/src/assembly/productized-db-scripts.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-<!--
-
-    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.
-
--->
-<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0";
-          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 
http://maven.apache.org/xsd/assembly-2.1.0.xsd";>
-  <id>db-scripts</id>
-  <formats>
-    <format>zip</format>
-  </formats>
-  <includeBaseDirectory>false</includeBaseDirectory>
-  <fileSets>
-    <fileSet>
-      
<directory>${path.to.persistence.modules}/jdbc/src/main/resources/kie-flyway/db/postgresql</directory>
-      <outputDirectory>postgresql</outputDirectory>
-      <includes>
-        <include>*.sql</include>
-      </includes>
-    </fileSet>
-  </fileSets>
-</assembly>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to