Skip to content

Commit

Permalink
first spike towards #817 we now have a findClassNamesMethodsAnnotated…
Browse files Browse the repository at this point in the history
…With() and findJUnitTestClassNames() methods on the IntrospectorMBean

to reuse code between the maven plugin and hawtio I introduced hawtio-util library which is just the io.hawt.util package (which has no blueprint and creates no mbeans) so I was able to reuse code in the mvn plugin and in the hawtio app without issues (previously reusing hawtio-core inside the test mojo caused issues); plus being more modular makes sense ;)
  • Loading branch information
jstrachan committed Dec 5, 2013
1 parent c7b7b62 commit 42fdb6e
Show file tree
Hide file tree
Showing 20 changed files with 100 additions and 836 deletions.
14 changes: 6 additions & 8 deletions hawtio-core/pom.xml
Expand Up @@ -15,6 +15,12 @@
</properties>

<dependencies>
<dependency>
<groupId>io.hawt</groupId>
<artifactId>hawtio-util</artifactId>
<version>${project.version}</version>
</dependency>

<!-- logging -->
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -35,13 +41,5 @@
<version>${slf4j-version}</version>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${log4j-version}</version>
<scope>test</scope>
</dependency>
-->
</dependencies>
</project>
118 changes: 0 additions & 118 deletions hawtio-core/src/main/java/io/hawt/util/FileFilters.java

This file was deleted.

62 changes: 0 additions & 62 deletions hawtio-core/src/main/java/io/hawt/util/FileLocker.java

This file was deleted.

43 changes: 0 additions & 43 deletions hawtio-core/src/main/java/io/hawt/util/Files.java

This file was deleted.

113 changes: 0 additions & 113 deletions hawtio-core/src/main/java/io/hawt/util/IOHelper.java

This file was deleted.

0 comments on commit 42fdb6e

Please sign in to comment.