Skip to content

Commit

Permalink
Fix elements order in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Mar 1, 2021
1 parent 77a7701 commit 155ca0d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,8 @@
<system>JIRA</system>
<url>https://jira.sonarsource.com/browse/SLE</url>
</issueManagement>

<!-- Waiting for tycho 2.3 to be released -->
<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>



<properties>
<license.title>SonarLint for Eclipse</license.title>
Expand Down Expand Up @@ -109,6 +103,14 @@
</dependency>
</dependencies>

<!-- Waiting for tycho 2.3 to be released -->
<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
</pluginRepository>
</pluginRepositories>

<build>
<pluginManagement>
<plugins>
Expand Down Expand Up @@ -294,7 +296,7 @@
<defaultP2Metadata>false</defaultP2Metadata>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand All @@ -307,7 +309,7 @@
<configuration>
<rules>
<requirePluginVersions>
<banSnapshots>false</banSnapshots>
<banSnapshots>false</banSnapshots>
</requirePluginVersions>
</rules>
</configuration>
Expand Down

0 comments on commit 155ca0d

Please sign in to comment.