|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | | - <modelVersion>4.0.0</modelVersion> |
6 | | - <parent> |
7 | | - <artifactId>webtester</artifactId> |
8 | | - <groupId>info.novatec.testit</groupId> |
9 | | - <version>2.3-SNAPSHOT</version> |
10 | | - </parent> |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 5 | + <modelVersion>4.0.0</modelVersion> |
| 6 | + <parent> |
| 7 | + <artifactId>webtester</artifactId> |
| 8 | + <groupId>info.novatec.testit</groupId> |
| 9 | + <version>2.3-SNAPSHOT</version> |
| 10 | + </parent> |
11 | 11 |
|
12 | | - <artifactId>webtester-kotlin</artifactId> |
13 | | - <name>testIT | WebTester - Kotlin</name> |
| 12 | + <artifactId>webtester-kotlin</artifactId> |
| 13 | + <name>testIT | WebTester - Kotlin</name> |
14 | 14 |
|
15 | | - <properties> |
16 | | - <version.kotlin>1.1.2</version.kotlin> |
17 | | - <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
18 | | - </properties> |
| 15 | + <properties> |
| 16 | + <version.kotlin>1.1.2</version.kotlin> |
| 17 | + <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
| 18 | + </properties> |
19 | 19 |
|
20 | | - <dependencies> |
21 | | - <dependency> |
22 | | - <groupId>info.novatec.testit</groupId> |
23 | | - <artifactId>webtester-core</artifactId> |
24 | | - <version>${project.version}</version> |
25 | | - </dependency> |
| 20 | + <dependencies> |
| 21 | + <dependency> |
| 22 | + <groupId>info.novatec.testit</groupId> |
| 23 | + <artifactId>webtester-core</artifactId> |
| 24 | + <version>${project.version}</version> |
| 25 | + </dependency> |
26 | 26 |
|
27 | | - <dependency> |
28 | | - <groupId>org.jetbrains.kotlin</groupId> |
29 | | - <artifactId>kotlin-stdlib-jre8</artifactId> |
30 | | - </dependency> |
31 | | - <dependency> |
32 | | - <groupId>org.jetbrains.kotlin</groupId> |
33 | | - <artifactId>kotlin-reflect</artifactId> |
34 | | - </dependency> |
| 27 | + <dependency> |
| 28 | + <groupId>org.jetbrains.kotlin</groupId> |
| 29 | + <artifactId>kotlin-stdlib-jre8</artifactId> |
| 30 | + </dependency> |
| 31 | + <dependency> |
| 32 | + <groupId>org.jetbrains.kotlin</groupId> |
| 33 | + <artifactId>kotlin-reflect</artifactId> |
| 34 | + </dependency> |
35 | 35 |
|
36 | | - <dependency> |
37 | | - <groupId>info.novatec.testit</groupId> |
38 | | - <artifactId>webtester-core</artifactId> |
39 | | - <version>${project.version}</version> |
40 | | - <type>test-jar</type> |
41 | | - <scope>test</scope> |
42 | | - </dependency> |
43 | | - <dependency> |
44 | | - <groupId>org.eclipse.jetty</groupId> |
45 | | - <artifactId>jetty-server</artifactId> |
46 | | - <scope>test</scope> |
47 | | - </dependency> |
48 | | - <dependency> |
49 | | - <groupId>org.seleniumhq.selenium</groupId> |
50 | | - <artifactId>selenium-chrome-driver</artifactId> |
51 | | - <scope>test</scope> |
52 | | - </dependency> |
53 | | - <dependency> |
54 | | - <groupId>org.seleniumhq.selenium</groupId> |
55 | | - <artifactId>selenium-firefox-driver</artifactId> |
56 | | - <scope>test</scope> |
57 | | - </dependency> |
58 | | - </dependencies> |
| 36 | + <dependency> |
| 37 | + <groupId>info.novatec.testit</groupId> |
| 38 | + <artifactId>webtester-core</artifactId> |
| 39 | + <version>${project.version}</version> |
| 40 | + <type>test-jar</type> |
| 41 | + <scope>test</scope> |
| 42 | + </dependency> |
| 43 | + <dependency> |
| 44 | + <groupId>org.eclipse.jetty</groupId> |
| 45 | + <artifactId>jetty-server</artifactId> |
| 46 | + <scope>test</scope> |
| 47 | + </dependency> |
| 48 | + <dependency> |
| 49 | + <groupId>org.seleniumhq.selenium</groupId> |
| 50 | + <artifactId>selenium-chrome-driver</artifactId> |
| 51 | + <scope>test</scope> |
| 52 | + </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>org.seleniumhq.selenium</groupId> |
| 55 | + <artifactId>selenium-firefox-driver</artifactId> |
| 56 | + <scope>test</scope> |
| 57 | + </dependency> |
| 58 | + </dependencies> |
59 | 59 |
|
60 | | - <dependencyManagement> |
61 | | - <dependencies> |
62 | | - <dependency> |
63 | | - <groupId>org.jetbrains.kotlin</groupId> |
64 | | - <artifactId>kotlin-stdlib-jre8</artifactId> |
65 | | - <version>${version.kotlin}</version> |
66 | | - </dependency> |
67 | | - <dependency> |
68 | | - <groupId>org.jetbrains.kotlin</groupId> |
69 | | - <artifactId>kotlin-reflect</artifactId> |
70 | | - <version>${version.kotlin}</version> |
71 | | - </dependency> |
72 | | - </dependencies> |
73 | | - </dependencyManagement> |
| 60 | + <dependencyManagement> |
| 61 | + <dependencies> |
| 62 | + <dependency> |
| 63 | + <groupId>org.jetbrains.kotlin</groupId> |
| 64 | + <artifactId>kotlin-stdlib-jre8</artifactId> |
| 65 | + <version>${version.kotlin}</version> |
| 66 | + </dependency> |
| 67 | + <dependency> |
| 68 | + <groupId>org.jetbrains.kotlin</groupId> |
| 69 | + <artifactId>kotlin-reflect</artifactId> |
| 70 | + <version>${version.kotlin}</version> |
| 71 | + </dependency> |
| 72 | + </dependencies> |
| 73 | + </dependencyManagement> |
74 | 74 |
|
75 | | - <build> |
76 | | - <finalName>${project.artifactId}</finalName> |
77 | | - <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> |
78 | | - <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory> |
79 | | - <plugins> |
80 | | - <plugin> |
81 | | - <artifactId>kotlin-maven-plugin</artifactId> |
82 | | - <groupId>org.jetbrains.kotlin</groupId> |
83 | | - <version>${version.kotlin}</version> |
84 | | - <configuration> |
85 | | - <compilerPlugins> |
86 | | - <plugin>spring</plugin> |
87 | | - </compilerPlugins> |
88 | | - <jvmTarget>1.8</jvmTarget> |
89 | | - </configuration> |
90 | | - <executions> |
91 | | - <execution> |
92 | | - <id>compile</id> |
93 | | - <phase>compile</phase> |
94 | | - <goals> |
95 | | - <goal>compile</goal> |
96 | | - </goals> |
97 | | - </execution> |
98 | | - <execution> |
99 | | - <id>test-compile</id> |
100 | | - <phase>test-compile</phase> |
101 | | - <goals> |
102 | | - <goal>test-compile</goal> |
103 | | - </goals> |
104 | | - </execution> |
105 | | - </executions> |
106 | | - <dependencies> |
107 | | - <dependency> |
108 | | - <groupId>org.jetbrains.kotlin</groupId> |
109 | | - <artifactId>kotlin-maven-allopen</artifactId> |
110 | | - <version>${version.kotlin}</version> |
111 | | - </dependency> |
112 | | - </dependencies> |
113 | | - </plugin> |
114 | | - </plugins> |
115 | | - </build> |
| 75 | + <build> |
| 76 | + <finalName>${project.artifactId}</finalName> |
| 77 | + <sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory> |
| 78 | + <testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory> |
| 79 | + <plugins> |
| 80 | + <plugin> |
| 81 | + <artifactId>kotlin-maven-plugin</artifactId> |
| 82 | + <groupId>org.jetbrains.kotlin</groupId> |
| 83 | + <version>${version.kotlin}</version> |
| 84 | + <configuration> |
| 85 | + <compilerPlugins> |
| 86 | + <plugin>spring</plugin> |
| 87 | + </compilerPlugins> |
| 88 | + <jvmTarget>1.8</jvmTarget> |
| 89 | + </configuration> |
| 90 | + <executions> |
| 91 | + <execution> |
| 92 | + <id>compile</id> |
| 93 | + <phase>compile</phase> |
| 94 | + <goals> |
| 95 | + <goal>compile</goal> |
| 96 | + </goals> |
| 97 | + </execution> |
| 98 | + <execution> |
| 99 | + <id>test-compile</id> |
| 100 | + <phase>test-compile</phase> |
| 101 | + <goals> |
| 102 | + <goal>test-compile</goal> |
| 103 | + </goals> |
| 104 | + </execution> |
| 105 | + </executions> |
| 106 | + <dependencies> |
| 107 | + <dependency> |
| 108 | + <groupId>org.jetbrains.kotlin</groupId> |
| 109 | + <artifactId>kotlin-maven-allopen</artifactId> |
| 110 | + <version>${version.kotlin}</version> |
| 111 | + </dependency> |
| 112 | + </dependencies> |
| 113 | + </plugin> |
| 114 | + <plugin> |
| 115 | + <groupId>org.codehaus.mojo</groupId> |
| 116 | + <artifactId>findbugs-maven-plugin</artifactId> |
| 117 | + <version>${version.findbugs.maven.plugin}</version> |
| 118 | + <configuration> |
| 119 | + <skip>true</skip> |
| 120 | + </configuration> |
| 121 | + </plugin> |
| 122 | + </plugins> |
| 123 | + </build> |
116 | 124 |
|
117 | 125 | </project> |
0 commit comments