Fix some eclipse things (#723)

add the test marker to the test packages in the classpath, add some eclipse stuff to gitignore
This commit is contained in:
burgerguy 2020-03-28 12:16:32 -04:00 committed by GitHub
parent b4751b098e
commit fb193a06ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -15,11 +15,13 @@
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ target/
/dependency-reduced-pom.xml
devtools.properties
tests
.settings/org.eclipse.jdt.core.prefs