Skip to content

Commit

Permalink
[releng] Fix sonar execution
Browse files Browse the repository at this point in the history
Change-Id: I92fc1e6d62c09ccff77da218606b1ace65a522ea
  • Loading branch information
pdulth authored and tguiu committed Jan 26, 2024
1 parent 30cba0d commit 9533338
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 365 deletions.
3 changes: 3 additions & 0 deletions core/plugins/org.polarsys.capella.core.data.res.edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
<artifactId>org.polarsys.capella.core.data.res.edit</artifactId>
<version>7.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<sonar.skip>true</sonar.skip>
</properties>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@
<artifactId>org.polarsys.capella.core.data.res.editor</artifactId>
<version>7.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<sonar.skip>true</sonar.skip>
</properties>
</project>
29 changes: 29 additions & 0 deletions core/plugins/org.polarsys.capella.ui.views/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2016, 2020 THALES GLOBAL SERVICES.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0
SPDX-License-Identifier: EPL-2.0
Contributors:
Thales - initial API and implementation
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.polarsys</groupId>
<artifactId>org.polarsys.capella.core.plugins</artifactId>
<version>7.0.0-SNAPSHOT</version>
</parent>
<groupId>org.polarsys</groupId>
<artifactId>org.polarsys.capella.ui.views</artifactId>
<version>7.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<sonar.skip>true</sonar.skip>
</properties>
</project>
3 changes: 3 additions & 0 deletions releng/cdo/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<groupId>org.polarsys</groupId>
<artifactId>org.polarsys.capella.cdo.plugins</artifactId>
<packaging>pom</packaging>
<properties>
<sonar.skip>true</sonar.skip>
</properties>
<profiles>
<profile>
<id>full</id>
Expand Down
Loading

0 comments on commit 9533338

Please sign in to comment.