Skip to content

Commit 1181048

Browse files
committed
Removed "build" as a Maven module
1 parent 0930b66 commit 1181048

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

build/pom.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>com.github.cowwoc.requirements</groupId>
56
<artifactId>root</artifactId>
@@ -45,7 +46,6 @@
4546

4647
<modules>
4748
<module>annotation</module>
48-
<module>build</module>
4949
<module>java</module>
5050
<module>guava</module>
5151
<module>jackson</module>

0 commit comments

Comments
 (0)