Searched +full:sonar +full:- +full:maven +full:- +full:plugin (Results 1 – 15 of 15) sorted by relevance
7 - main13 runs-on: ubuntu-22.0415 - uses: actions/checkout@v317 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis18 - name: Set up JDK 1119 uses: actions/setup-java@v321 java-version: 1123 - name: Cache SonarCloud packages26 path: ~/.sonar/cache27 key: ${{ runner.os }}-sonar[all …]
9 maven {10 url 'http://dl.bintray.com/cbeust/maven'12 maven {13 url 'http://oss.jfrog.org/artifactory/plugins-release'22 //Check for the latest version here: http://plugins.gradle.org/plugin/com.jfrog.artifactory23 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3"24 classpath "io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"25 classpath "com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3"35 version = '6.9.10-SNAPSHOT'37 apply plugin: 'java'[all …]
1 <?xml version="1.0" encoding="UTF-8"?>2 <!--6 http://www.eclipse.org/legal/epl-2.08 SPDX-License-Identifier: EPL-2.011 Evgeny Mandrikov - initial API and implementation12 -->13 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…22 <description>JaCoCo - Java Code Coverage Library</description>31 <url>https://www.eclipse.org/legal/epl-2.0/</url>88 …<!-- Order is important: org.jacoco.agent.rt embeds into org.jacoco.agent and JaCoCo Agent used du…[all …]
1 <?xml version="1.0" encoding="UTF-8"?>2 <!--15 -->17 <project xmlns="http://maven.apache.org/POM/4.0.0"18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">23 <artifactId>aws-sdk-java-pom</artifactId>33 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>34 <sonar.skip>true</sonar.skip>41 <artifactId>bom-internal</artifactId>[all …]
1 <project xmlns="http://maven.apache.org/POM/4.0.0"2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">6 <artifactId>gapic-generator-java-root</artifactId>8 <!-- We do not release this root pom. No modules should depend on this -->9 <version>0.1.0-SNAPSHOT</version>13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>17 <module>gapic-generator-java-pom-parent</module>18 <module>api-common-java</module>19 <module>gax-java</module>[all …]
1 <?xml version='1.0' encoding='UTF-8'?>2 <project xmlns="http://maven.apache.org/POM/4.0.0"3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"4 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">7 <artifactId>coverage-report</artifactId>9 <version>0.0.1-SNAPSHOT</version>13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>17 <maven.compiler.release>8</maven.compiler.release>19 <sonar.coverage.jacoco.xmlReportPaths>20 ${project.basedir}/coverage-report/target/site/[all …]
1 <?xml version="1.0" encoding="UTF-8"?>2 <!--6 http://www.eclipse.org/legal/epl-2.08 SPDX-License-Identifier: EPL-2.011 Evgeny Mandrikov - initial API and implementation12 -->13 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…14 … xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">38 <module>../jacoco-maven-plugin.test</module>42 <maven.deploy.skip>true</maven.deploy.skip>[all …]
1 <?xml version='1.0' encoding='UTF-8'?>2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…5 <artifactId>google-common-protos-parent</artifactId>7 <version>2.18.0</version><!-- {x-version-update:proto-google-common-protos:current} -->15 <artifactId>gapic-generator-java-pom-parent</artifactId>16 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} -->17 <relativePath>../gapic-generator-java-pom-parent</relativePath>36 <id>sonatype-nexus-snapshots</id>40 <id>sonatype-nexus-staging</id>46 <name>Apache-2.0</name>[all …]
1 <?xml version="1.0" encoding="UTF-8"?>2 <!--15 -->17 <project xmlns="http://maven.apache.org/POM/4.0.0"18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">23 <artifactId>aws-sdk-java-pom</artifactId>26 <artifactId>bundle-sdk</artifactId>30 …A single bundled dependency that includes all service and dependent JARs with third-party libraries36 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>[all …]
1 <project xmlns="http://maven.apache.org/POM/4.0.0"2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">6 <artifactId>gapic-generator-java</artifactId>7 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} -->15 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>16 <!-- Should be in sync with repositories.bzl -->18 <auto-value.version>1.10.1</auto-value.version>19 <maven.compiler.source>1.8</maven.compiler.source>20 <maven.compiler.target>1.8</maven.compiler.target>[all …]
1 <?xml version='1.0' encoding='UTF-8'?>2 …maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocati…5 <artifactId>google-iam-parent</artifactId>7 <version>1.13.0</version><!-- {x-version-update:proto-google-iam-v1:current} -->15 <artifactId>gapic-generator-java-pom-parent</artifactId>16 <version>2.19.0</version><!-- {x-version-update:gapic-generator-java:current} -->17 <relativePath>../gapic-generator-java-pom-parent</relativePath>36 <id>sonatype-nexus-snapshots</id>40 <id>sonatype-nexus-staging</id>46 <name>Apache-2.0</name>[all …]
2 // Copyright (c) 2000-2011 INRIA, France Telecom31 dependencies { classpath 'org.netbeans.tools:sigtest-maven-plugin:1.5' }34 plugins { id 'com.github.sherter.google-java-format' version '0.9' apply false }40 apply plugin: 'java-platform'43 api project(':asm'), project(':asm-tree'), project(':asm-analysis')44 api project(':asm-util'), project(':asm-commons')50 version = '9.5' + (rootProject.hasProperty('release') ? '' : '-SNAPSHOT')55 apply plugin: 'java-library'56 apply plugin: 'jacoco'61 ext.requires = [] // The required Gradle projects, e.g. [':asm-test'][all …]
2 <!--15 -->17 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.…18 xmlns="http://maven.apache.org/POM/4.0.0"19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">22 <artifactId>aws-sdk-java-pom</artifactId>27 for building software on AWS' cost-effective, scalable, and reliable53 <module>aws-sdk-java</module>56 <module>services-custom</module>58 <module>bom-internal</module>[all …]
1 <?xml version="1.0" encoding="UTF-8" ?>2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" />8 <title>JaCoCo - Change History</title>31 <li>New <code>formats</code> parameter for Maven report goals to specify the65 <h3>Non-functional Changes</h3>71 <li>Maven plug-in has no dependency on <code>maven-reporting-impl</code> any more89 <li>Methods generated by Kotlin compiler for non-overridden non-abstract methods104 <h3>Non-functional Changes</h3>[all …]
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>2 <!--15 …--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-…19 <artifactId>aws-sdk-java-pom</artifactId>26 …<description>The AWS SDK for Java - BOM module holds the dependency managements for individual jav…29 <sonar.skip>true</sonar.skip>33 <!-- Codegen -->36 <artifactId>codegen-lite-maven-plugin</artifactId>41 <artifactId>codegen-lite</artifactId>46 <artifactId>codegen-maven-plugin</artifactId>[all …]