Author: bleny Date: 2014-05-20 11:09:50 +0200 (Tue, 20 May 2014) New Revision: 3113 Url: http://forge.nuiton.org/projects/topia/repository/revisions/3113 Log: remove useless section of pom Modified: trunk/topia-service-flyway/pom.xml Modified: trunk/topia-service-flyway/pom.xml =================================================================== --- trunk/topia-service-flyway/pom.xml 2014-05-16 16:42:49 UTC (rev 3112) +++ trunk/topia-service-flyway/pom.xml 2014-05-20 09:09:50 UTC (rev 3113) @@ -67,20 +67,6 @@ </dependencies> <build> - <resources> - - <resource> - <directory>${maven.src.dir}/main/resources</directory> - <includes> - <include>**/*.hbm.xml</include> - <include>**/*.properties</include> - </includes> - </resource> - - </resources> - <plugins> - - </plugins> </build> </project>