|
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
3 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
4 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
5 |
| - <!-- |
6 |
| - <parent> |
7 |
| - <artifactId>defcon1</artifactId> |
8 |
| - <groupId>org.woehlke.humanrights.digital.defense</groupId> |
9 |
| - <version>0.0.1-SNAPSHOT</version> |
10 |
| - </parent> |
11 |
| - --> |
12 | 5 |
|
13 | 6 | <parent>
|
14 | 7 | <groupId>org.springframework.boot</groupId>
|
|
25 | 18 |
|
26 | 19 | <name>defcon :: parent</name>
|
27 | 20 |
|
| 21 | + <organization> |
| 22 | + <name>phasenraum2010</name> |
| 23 | + <url>https://github.com/phasenraum2010</url> |
| 24 | + </organization> |
| 25 | + |
| 26 | + <inceptionYear>2018</inceptionYear> |
| 27 | + |
| 28 | + <licenses> |
| 29 | + <license> |
| 30 | + <name>Apache License, Version 2.0</name> |
| 31 | + <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 32 | + </license> |
| 33 | + </licenses> |
| 34 | + |
| 35 | + <developers> |
| 36 | + <developer> |
| 37 | + <name>Natural-Born-Codert</name> |
| 38 | + <url>https://twitter.com/port80guru</url> |
| 39 | + </developer> |
| 40 | + </developers> |
| 41 | + |
| 42 | + <scm> |
| 43 | + <url>https://github.com/phasenraum2010/holohoax_StGB130.git</url> |
| 44 | + <connection>scm:git:https://github.com/phasenraum2010/holohoax_StGB130.git</connection> |
| 45 | + <developerConnection>scm:git:https://github.com/phasenraum2010/holohoax_StGB130.git</developerConnection> |
| 46 | + <tag>master</tag> |
| 47 | + </scm> |
| 48 | + |
| 49 | + <issueManagement> |
| 50 | + <system>GitHub</system> |
| 51 | + <url>https://github.com/phasenraum2010/holohoax_StGB130/issues</url> |
| 52 | + </issueManagement> |
| 53 | + |
| 54 | + <distributionManagement> |
| 55 | + <site> |
| 56 | + <id>defcon.localhost</id> |
| 57 | + <url>file://${project.basedir}/target/site-deployed</url> |
| 58 | + </site> |
| 59 | + </distributionManagement> |
| 60 | + |
28 | 61 | <properties>
|
29 | 62 | <!-- basics -->
|
30 | 63 | <java.version>1.8</java.version>
|
|
72 | 105 | <maven.changelog.plugin.version>2.3</maven.changelog.plugin.version>
|
73 | 106 | <maven-site-plugin.version>3.7.1</maven-site-plugin.version>
|
74 | 107 | <jbake-maven-plugin.version>0.3.1</jbake-maven-plugin.version>
|
| 108 | + <maven-fluido-skin.version>1.7</maven-fluido-skin.version> |
| 109 | + <maven-surefire-plugin.version>2.12.4</maven-surefire-plugin.version> |
| 110 | + <maven-fluido-skin.version>1.7</maven-fluido-skin.version> |
75 | 111 |
|
76 | 112 | <aspectj.version>1.8.9</aspectj.version>
|
77 | 113 |
|
|
237 | 273 | <artifactId>popper.js</artifactId>
|
238 | 274 | <version>${org.webjars.npm.popper.js}</version>
|
239 | 275 | </dependency>
|
240 |
| - |
241 |
| - <!-- https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-stream-rabbit --> |
242 | 276 | <dependency>
|
243 | 277 | <groupId>org.springframework.cloud</groupId>
|
244 | 278 | <artifactId>spring-cloud-starter-stream-rabbit</artifactId>
|
245 | 279 | <version>2.0.1.RELEASE</version>
|
246 | 280 | </dependency>
|
247 |
| - |
| 281 | + <dependency> |
| 282 | + <groupId>org.apache.maven.skins</groupId> |
| 283 | + <artifactId>maven-fluido-skin</artifactId> |
| 284 | + <version>${maven-fluido-skin.version}</version> |
| 285 | + </dependency> |
248 | 286 | </dependencies>
|
249 |
| - |
250 | 287 | </dependencyManagement>
|
251 | 288 |
|
252 | 289 | <build>
|
|
468 | 505 | <artifactId>jbake-maven-plugin</artifactId>
|
469 | 506 | <version>${jbake-maven-plugin.version}</version>
|
470 | 507 | </plugin>
|
| 508 | + <plugin> |
| 509 | + <groupId>org.apache.maven.skins</groupId> |
| 510 | + <artifactId>maven-fluido-skin</artifactId> |
| 511 | + <version>${maven-fluido-skin.version}</version> |
| 512 | + </plugin> |
471 | 513 | </plugins>
|
472 | 514 | </pluginManagement>
|
473 | 515 | </build>
|
|
502 | 544 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
503 | 545 | <configuration>
|
504 | 546 | <dependencyDetailsEnabled>true</dependencyDetailsEnabled>
|
505 |
| - <dependencyLocationsEnabled>true</dependencyLocationsEnabled> |
| 547 | + <showAvatarImages>true</showAvatarImages> |
506 | 548 | </configuration>
|
507 | 549 | </plugin>
|
508 | 550 | <plugin>
|
|
512 | 554 | <plugin>
|
513 | 555 | <groupId>org.apache.maven.plugins</groupId>
|
514 | 556 | <artifactId>maven-checkstyle-plugin</artifactId>
|
| 557 | + <configuration> |
| 558 | + <configLocation>checkstyle.xml</configLocation> |
| 559 | + </configuration> |
515 | 560 | </plugin>
|
516 | 561 | <plugin>
|
517 | 562 | <groupId>org.codehaus.mojo</groupId>
|
|
0 commit comments