|
39 | 39 | </repository>
|
40 | 40 | </distributionManagement>
|
41 | 41 |
|
42 |
| - <dependencyManagement> |
43 |
| - <dependencies> |
| 42 | + <dependencyManagement> |
| 43 | + <dependencies> |
44 | 44 |
|
45 |
| - <dependency> |
46 |
| - <groupId>io.spring.platform</groupId> |
47 |
| - <artifactId>platform-bom</artifactId> |
48 |
| - <version>Brussels-SR4</version> |
49 |
| - <type>pom</type> |
50 |
| - <scope>import</scope> |
51 |
| - </dependency> |
| 45 | + <dependency> |
| 46 | + <groupId>io.spring.platform</groupId> |
| 47 | + <artifactId>platform-bom</artifactId> |
| 48 | + <version>Brussels-SR4</version> |
| 49 | + <type>pom</type> |
| 50 | + <scope>import</scope> |
| 51 | + </dependency> |
52 | 52 |
|
53 |
| - <dependency> |
54 |
| - <groupId>com.introproventures</groupId> |
55 |
| - <artifactId>graphql-jpa-query-annotations</artifactId> |
56 |
| - <version>${project.version}</version> |
57 |
| - </dependency> |
| 53 | + <dependency> |
| 54 | + <groupId>com.introproventures</groupId> |
| 55 | + <artifactId>graphql-jpa-query-annotations</artifactId> |
| 56 | + <version>${project.version}</version> |
| 57 | + </dependency> |
58 | 58 |
|
59 | 59 | <dependency>
|
60 | 60 | <groupId>com.introproventures</groupId>
|
|
68 | 68 | <version>${project.version}</version>
|
69 | 69 | </dependency>
|
70 | 70 |
|
71 |
| - <dependency> |
72 |
| - <groupId>com.graphql-java</groupId> |
73 |
| - <artifactId>graphql-java</artifactId> |
74 |
| - <version>${graphql-java.version}</version> |
75 |
| - </dependency> |
| 71 | + <dependency> |
| 72 | + <groupId>com.graphql-java</groupId> |
| 73 | + <artifactId>graphql-java</artifactId> |
| 74 | + <version>${graphql-java.version}</version> |
| 75 | + </dependency> |
76 | 76 |
|
77 |
| - </dependencies> |
78 |
| - |
79 |
| - </dependencyManagement> |
| 77 | + </dependencies> |
| 78 | + |
| 79 | + </dependencyManagement> |
80 | 80 |
|
81 |
| - <dependencies> |
| 81 | + <dependencies> |
82 | 82 |
|
83 | 83 | <dependency>
|
84 | 84 | <groupId>org.springframework.boot</groupId>
|
|
97 | 97 | <artifactId>h2</artifactId>
|
98 | 98 | <scope>test</scope>
|
99 | 99 | </dependency>
|
100 |
| - |
101 |
| - </dependencies> |
| 100 | + |
| 101 | + </dependencies> |
102 | 102 |
|
103 |
| - <scm> |
104 |
| - <connection>scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection> |
105 |
| - < developerConnection>scm:git: [email protected]:introproventures/graphql-jpa-query.git</ developerConnection> |
106 |
| - <url>https://github.com/introproventures/graphql-jpa-query</url> |
107 |
| - <tag>HEAD</tag> |
108 |
| - </scm> |
| 103 | + <scm> |
| 104 | + <connection>scm:git:https://github.com/introproventures/graphql-jpa-query.git</connection> |
| 105 | + < developerConnection>scm:git: [email protected]:introproventures/graphql-jpa-query.git</ developerConnection> |
| 106 | + <url>https://github.com/introproventures/graphql-jpa-query</url> |
| 107 | + <tag>HEAD</tag> |
| 108 | + </scm> |
109 | 109 |
|
110 |
| - <inceptionYear>2017</inceptionYear> |
111 |
| - <url>http://www.introproventures.com</url> |
112 |
| - |
113 |
| - <licenses> |
114 |
| - <license> |
115 |
| - <name>Apache 2.0</name> |
116 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
117 |
| - </license> |
118 |
| - </licenses> |
| 110 | + <inceptionYear>2017</inceptionYear> |
| 111 | + <url>http://www.introproventures.com</url> |
| 112 | + |
| 113 | + <licenses> |
| 114 | + <license> |
| 115 | + <name>Apache 2.0</name> |
| 116 | + <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 117 | + </license> |
| 118 | + </licenses> |
119 | 119 |
|
120 |
| - <issueManagement> |
121 |
| - <url>https://github.com/introproventures/graphql-jpa-query/issues</url> |
122 |
| - <system>GitHub Issues</system> |
123 |
| - </issueManagement> |
| 120 | + <issueManagement> |
| 121 | + <url>https://github.com/introproventures/graphql-jpa-query/issues</url> |
| 122 | + <system>GitHub Issues</system> |
| 123 | + </issueManagement> |
124 | 124 |
|
125 |
| - <developers> |
126 |
| - <developer> |
127 |
| - |
128 |
| - <name>Igor Dianov</name> |
129 |
| - <url>https://github.com/igdianov</url> |
130 |
| - <id>igdianov</id> |
131 |
| - </developer> |
132 |
| - </developers> |
| 125 | + <developers> |
| 126 | + <developer> |
| 127 | + |
| 128 | + <name>Igor Dianov</name> |
| 129 | + <url>https://github.com/igdianov</url> |
| 130 | + <id>igdianov</id> |
| 131 | + </developer> |
| 132 | + </developers> |
133 | 133 |
|
134 | 134 | <build>
|
135 |
| - <pluginManagement> |
136 |
| - <plugins> |
137 |
| - <plugin> |
138 |
| - <groupId>info.plichta.maven.plugins</groupId> |
139 |
| - <artifactId>git-changelog-maven-plugin</artifactId> |
140 |
| - <version>0.2.0</version> |
141 |
| - </plugin> |
142 |
| - <plugin> |
143 |
| - <artifactId>maven-resources-plugin</artifactId> |
144 |
| - <version>3.0.1</version> |
145 |
| - </plugin> |
146 |
| - </plugins> |
147 |
| - </pluginManagement> |
148 |
| - |
| 135 | + <pluginManagement> |
| 136 | + <plugins> |
| 137 | + <plugin> |
| 138 | + <groupId>info.plichta.maven.plugins</groupId> |
| 139 | + <artifactId>git-changelog-maven-plugin</artifactId> |
| 140 | + <version>0.2.0</version> |
| 141 | + </plugin> |
| 142 | + <plugin> |
| 143 | + <artifactId>maven-resources-plugin</artifactId> |
| 144 | + <version>3.0.1</version> |
| 145 | + </plugin> |
| 146 | + </plugins> |
| 147 | + </pluginManagement> |
| 148 | + |
149 | 149 | <plugins>
|
150 | 150 |
|
151 | 151 | <plugin>
|
|
270 | 270 | </execution>
|
271 | 271 | </executions>
|
272 | 272 | </plugin>
|
| 273 | + <plugin> |
| 274 | + <groupId>org.jacoco</groupId> |
| 275 | + <artifactId>jacoco-maven-plugin</artifactId> |
| 276 | + <version>0.7.9</version> |
| 277 | + <executions> |
| 278 | + <!-- Unit tests configuration--> |
| 279 | + <execution> |
| 280 | + <id>pre-unit-test</id> |
| 281 | + <goals> |
| 282 | + <goal>prepare-agent</goal> |
| 283 | + </goals> |
| 284 | + </execution> |
| 285 | + <execution> |
| 286 | + <id>post-unit-test</id> |
| 287 | + <phase>test</phase> |
| 288 | + <goals> |
| 289 | + <goal>report</goal> |
| 290 | + </goals> |
| 291 | + </execution> |
| 292 | + <!-- Integration tests configuration--> |
| 293 | + <execution> |
| 294 | + <id>pre-integration-test</id> |
| 295 | + <phase>pre-integration-test</phase> |
| 296 | + <goals> |
| 297 | + <goal>prepare-agent-integration</goal> |
| 298 | + </goals> |
| 299 | + </execution> |
| 300 | + <execution> |
| 301 | + <id>post-integration-test</id> |
| 302 | + <phase>post-integration-test</phase> |
| 303 | + <goals> |
| 304 | + <goal>report-integration</goal> |
| 305 | + </goals> |
| 306 | + </execution> |
| 307 | + </executions> |
| 308 | + </plugin> |
| 309 | + |
273 | 310 | </plugins>
|
274 | 311 | </build>
|
275 | 312 |
|
|
0 commit comments