Skip to content

Commit c00eae6

Browse files
authored
Merge pull request #371 from hazendaz/master
Move resources into proper location, adjust maven build to handle the change, and add some missing end of file new lines
2 parents 55bb884 + 09e03f5 commit c00eae6

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,7 @@
343343
</includes>
344344
</resource>
345345
<resource>
346-
<directory>${project.build.sourceDirectory}</directory>
347-
<excludes>
348-
<exclude>**/*.java</exclude>
349-
</excludes>
346+
<directory>${project.basedir}/src/main/resources</directory>
350347
</resource>
351348
</resources>
352349
<testResources>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http\://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler
1+
http\://mybatis.org/schema/mybatis-spring=org.mybatis.spring.config.NamespaceHandler

src/test/java/org/mybatis/spring/scan/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.mybatis.spring.scan;
16+
package org.mybatis.spring.scan;

src/test/java/org/mybatis/spring/type/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.mybatis.spring.type;
16+
package org.mybatis.spring.type;

0 commit comments

Comments
 (0)