Update 'pom.xml'

commented build section on pom
This commit is contained in:
Roberto Cirillo 2023-03-30 14:43:25 +02:00
parent 149c566395
commit d87a2ef531
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <!--build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -122,5 +122,5 @@
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build-->
</project> </project>