rm: invalid option -- '1'
Some commands may give you a hint e.g.
Try `rm ./-1' to remove the file `-1'.
This is exactly what is required i.e just append the "./" to the file/folder to resolve your problem.
rm: invalid option -- '1'
Try `rm ./-1' to remove the file `-1'.
java.lang.NullPointerException at org.hibernate.engine.jdbc.internal.JdbcServicesImpl.configure(JdbcServicesImpl.java:207) at org.hibernate.service.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:75) at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:159)
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/*Util.java</exclude>
</excludes>
</configuration>
</plugin>