Test module added
This commit is contained in:
parent
d99ef545ac
commit
bcb07a5522
@ -5,7 +5,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp-parent</artifactId>
|
||||
<artifactId>calculatorpp</artifactId>
|
||||
<version>1.1.4</version>
|
||||
</parent>
|
||||
|
||||
|
19
calculatorpp-test/pom.xml
Normal file
19
calculatorpp-test/pom.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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">
|
||||
|
||||
<parent>
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp</artifactId>
|
||||
<version>1.1.4</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp-test</artifactId>
|
||||
|
||||
|
||||
|
||||
</project>
|
3
pom.xml
3
pom.xml
@ -6,13 +6,14 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.solovyev.android</groupId>
|
||||
<artifactId>calculatorpp-parent</artifactId>
|
||||
<artifactId>calculatorpp</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>1.1.4</version>
|
||||
|
||||
<modules>
|
||||
<module>../android_common</module>
|
||||
<module>calculatorpp-main</module>
|
||||
<module>calculatorpp-test</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
Loading…
Reference in New Issue
Block a user