1 changed file
pom.xml | ||
Add comment 9 <version>1.0-SNAPSHOT</version>
Add comment 10
Add comment 11 <name>sample-maven-project</name>
Add comment 12 Minus <!-- FIXME change it to the project's website -->
Add comment 13 Minus <url>http://www.example.com</url>
Add comment 12 Plus <url>https://bitbucket.org/sonarsource/sample-maven-project</url>
Add comment 13 Plus <description>Sample Maven project hosted on Bitbucket Cloud, built by Bitbucket Pipelines, and analyzed on SonarCloud</description>
Add comment 14
Add comment 15 <properties>
Add comment 16 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Add comment 20
Add comment 21 <dependencies>
Add comment 22 <dependency>
Add comment 23 Plus <groupId>commons-io</groupId>
Add comment 24 Plus <artifactId>commons-io</artifactId>
Add comment 25 Plus <version>2.6</version>
Add comment 26 Plus </dependency>
Add comment 27 Plus <dependency>
Add comment 23 28 <groupId>junit</groupId>
Add comment 24 29 <artifactId>junit</artifactId>
Add comment 25 30 <version>4.11</version>
Add comment 60 65 <artifactId>maven-deploy-plugin</artifactId>
Add comment 61 66 <version>2.8.2</version>
Add comment 62 67 </plugin>
Add comment 63 Minus <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
Add comment 64 Minus <plugin>
Add comment 65 Minus <artifactId>maven-site-plugin</artifactId>
Add comment 66 Minus <version>3.7.1</version>
Add comment 67 Minus </plugin>
Add comment 68 Minus <plugin>
Add comment 69 Minus <artifactId>maven-project-info-reports-plugin</artifactId>
Add comment 70 Minus <version>3.0.0</version>
Add comment 71 Minus </plugin>
Add comment 72 68 </plugins>
Add comment 73 69 </pluginManagement>
Add comment 74 70 </build>