This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 2590207ba8bcfa0ea37117acb57698467b86b956 Author: Tom Cunningham <[email protected]> AuthorDate: Thu Sep 21 05:53:53 2023 -0400 Disable artifacts tests (#267) * Disable artifacts tests * Set activeByDefault --- Jenkinsfile.redhat | 2 +- archetypes/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.redhat b/Jenkinsfile.redhat index 8544fb514f2..51d09da97b3 100644 --- a/Jenkinsfile.redhat +++ b/Jenkinsfile.redhat @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -def MAVEN_PARAMS = '-B -e -ntp -s $MAVEN_SETTINGS -Darchetype.test.settingsFile=$MAVEN_SETTINGS -Djava.net.preferIPv4Stack=true' +def MAVEN_PARAMS = '-B -e -ntp -s $MAVEN_SETTINGS -Parchetypes-skip-tests -Djava.net.preferIPv4Stack=true' pipeline { diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 4c01fa45ba9..2020d978d3a 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -41,7 +41,7 @@ <profile> <id>archetypes-skip-tests</id> <activation> - <property><name>skipTests</name></property> + <activeByDefault>true</activeByDefault> </activation> <properties> <archetype.test.skip>true</archetype.test.skip>
