mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
add some more testing around pom importing
This commit is contained in:
parent
59e6776e03
commit
f2aa5435ed
4 changed files with 89 additions and 23 deletions
11
src/test/resources/pom-norepositories-properties.xml
Normal file
11
src/test/resources/pom-norepositories-properties.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<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/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.foo.bob</groupId>
|
||||
<artifactId>rawr</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.2.3</version>
|
||||
|
||||
<name>rawr</name>
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue