You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tidy-m-p staged v1.0.0
Maven 3.3.3 on Oracle JDK 1.7.0_79 on Windows 7.
For some scenarios the pom mojomoves comments in the pom.
Case 1
<dependency>
<!-- bla bla -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
is changed to
<dependency><!-- bla bla -->
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
</dependency>
Case 2:
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-java-dsl</artifactId>
<version>1.1.2.RELEASE</version> <!-- TODO bla bla -->
</dependency>
is changed to
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-java-dsl</artifactId>
<version>1.1.2.RELEASE</version>
<!-- TODO bla bla -->
</dependency>
The text was updated successfully, but these errors were encountered:
tidy-m-p staged v1.0.0
Maven 3.3.3 on Oracle JDK 1.7.0_79 on Windows 7.
For some scenarios the pom mojomoves comments in the pom.
Case 1
is changed to
Case 2:
is changed to
The text was updated successfully, but these errors were encountered: