|
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
2 | 2 | <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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
3 | 3 |
|
4 |
| - <modelVersion>4.0.0</modelVersion> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
6 |
| - <groupId>org.springframework.data</groupId> |
7 |
| - <artifactId>spring-data-commons-docs-build</artifactId> |
8 |
| - <version>3.2.0-SNAPSHOT</version> |
| 6 | + <groupId>org.springframework.data</groupId> |
| 7 | + <artifactId>spring-data-commons-docs-build</artifactId> |
| 8 | + <version>3.2.0-SNAPSHOT</version> |
9 | 9 |
|
10 |
| - <name>Spring Data Docs Build</name> |
11 |
| - <description>Builds Spring Data Commons Docs.</description> |
12 |
| - <url>https://spring.io/projects/spring-data</url> |
13 |
| - <scm> |
14 |
| - <connection>scm:git:https://github.com/spring-projects/spring-data-commons.git |
15 |
| - </connection> |
16 |
| - <developerConnection> |
17 |
| - scm:git: [email protected]:spring-projects/spring-data-commons.git |
18 |
| - </developerConnection> |
19 |
| - <url>https://github.com/spring-projects/spring-data-commons</url> |
20 |
| - </scm> |
21 |
| - <issueManagement> |
22 |
| - <url>https://github.com/spring-projects/spring-data-commons/issues</url> |
23 |
| - </issueManagement> |
| 10 | + <name>Spring Data Docs Build</name> |
| 11 | + <description>Builds Spring Data Commons Docs.</description> |
| 12 | + <url>https://spring.io/projects/spring-data</url> |
| 13 | + <scm> |
| 14 | + <connection>scm:git:https://github.com/spring-projects/spring-data-commons.git |
| 15 | + </connection> |
| 16 | + <developerConnection> |
| 17 | + scm:git: [email protected]:spring-projects/spring-data-commons.git |
| 18 | + </developerConnection> |
| 19 | + <url>https://github.com/spring-projects/spring-data-commons</url> |
| 20 | + </scm> |
| 21 | + <issueManagement> |
| 22 | + <url>https://github.com/spring-projects/spring-data-commons/issues</url> |
| 23 | + </issueManagement> |
24 | 24 |
|
25 |
| - <properties> |
| 25 | + <properties> |
26 | 26 |
|
27 |
| - <scala>2.11.7</scala> |
28 |
| - <xmlbeam>1.4.24</xmlbeam> |
29 |
| - <java-module-name>spring.data.commons</java-module-name> |
| 27 | + <scala>2.11.7</scala> |
| 28 | + <xmlbeam>1.4.24</xmlbeam> |
| 29 | + <java-module-name>spring.data.commons</java-module-name> |
30 | 30 |
|
31 |
| - <!-- Antora --> |
32 |
| - <node.version>v18.12.1</node.version> |
33 |
| - <npm.version>8.19.2</npm.version> |
34 |
| - <antora.version>3.2.0-alpha.2</antora.version> |
35 |
| - <antora-atlas.version>1.0.0-alpha.1</antora-atlas.version> |
36 |
| - <antora-collector.version>1.0.0-alpha.3</antora-collector.version> |
37 |
| - <asciidoctor-tabs.version>1.0.0-beta.3</asciidoctor-tabs.version> |
38 |
| - <spring-antora-extensions.version>1.5.0</spring-antora-extensions.version> |
39 |
| - <spring-asciidoctor-extensions.version>1.0.0-alpha.9</spring-asciidoctor-extensions.version> |
| 31 | + <!-- Antora --> |
| 32 | + <node.version>v18.12.1</node.version> |
| 33 | + <npm.version>8.19.2</npm.version> |
| 34 | + <antora.version>3.2.0-alpha.2</antora.version> |
| 35 | + <antora-atlas.version>1.0.0-alpha.1</antora-atlas.version> |
| 36 | + <antora-collector.version>1.0.0-alpha.3</antora-collector.version> |
| 37 | + <asciidoctor-tabs.version>1.0.0-beta.3</asciidoctor-tabs.version> |
| 38 | + <spring-antora-extensions.version>1.5.0</spring-antora-extensions.version> |
| 39 | + <spring-asciidoctor-extensions.version>1.0.0-alpha.9</spring-asciidoctor-extensions.version> |
40 | 40 |
|
41 |
| - </properties> |
| 41 | + </properties> |
42 | 42 |
|
43 | 43 |
|
44 |
| - <build> |
45 |
| - <plugins> |
46 |
| - <plugin> |
47 |
| - <groupId>com.github.eirslett</groupId> |
48 |
| - <artifactId>frontend-maven-plugin</artifactId> |
49 |
| - <version>1.12.1</version> |
50 |
| - <executions> |
51 |
| - <execution> |
52 |
| - <id>install node and npm</id> |
53 |
| - <goals> |
54 |
| - <goal>install-node-and-npm</goal> |
55 |
| - </goals> |
56 |
| - <phase>initialize</phase> |
57 |
| - <configuration> |
58 |
| - <nodeVersion>${node.version}</nodeVersion> |
59 |
| - <npmVersion>${npm.version}</npmVersion> |
60 |
| - </configuration> |
61 |
| - </execution> |
62 |
| - <execution> |
63 |
| - <id>npm install antora</id> |
64 |
| - <goals> |
65 |
| - <goal>npm</goal> |
66 |
| - </goals> |
67 |
| - <phase>initialize</phase> |
68 |
| - <configuration> |
69 |
| - <arguments>install @antora/cli@${antora.version} @antora/site-generator-default@${antora.version} @antora/atlas-extension@${antora-atlas.version} @antora/collector-extension@${antora-collector.version} @asciidoctor/tabs@${asciidoctor-tabs.version} @springio/antora-extensions@${spring-antora-extensions.version} @springio/asciidoctor-extensions@${spring-asciidoctor-extensions.version}</arguments> |
70 |
| - </configuration> |
71 |
| - </execution> |
72 |
| - </executions> |
73 |
| - </plugin> |
74 |
| - <plugin> |
75 |
| - <groupId>org.codehaus.mojo</groupId> |
76 |
| - <artifactId>exec-maven-plugin</artifactId> |
77 |
| - <version>3.0.0</version> |
78 |
| - <executions> |
79 |
| - <execution> |
80 |
| - <id>antora</id> |
81 |
| - <goals> |
82 |
| - <goal>exec</goal> |
83 |
| - </goals> |
84 |
| - <phase>compile</phase> |
85 |
| - <configuration> |
86 |
| - <environmentVariables> |
87 |
| - <ALGOLIA_API_KEY>9d489079e5ec46dbb238909fee5c9c29</ALGOLIA_API_KEY> |
88 |
| - <ALGOLIA_APP_ID>WB1FQYI187</ALGOLIA_APP_ID> |
89 |
| - <ALGOLIA_INDEX_NAME>springdatacommons</ALGOLIA_INDEX_NAME> |
90 |
| - </environmentVariables> |
91 |
| - <!-- If we don't want to depend on default node installation path we can use a maven |
92 |
| - property aligned with frontend-maven-plugin's installDirectory configuration --> |
93 |
| - <executable>node/node</executable> |
94 |
| - <arguments> |
95 |
| - <argument>node_modules/.bin/antora</argument> |
96 |
| - <argument>antora-playbook.yml</argument> |
97 |
| - <argument>--to-dir=target/site</argument> |
98 |
| - <argument>--stacktrace</argument> |
99 |
| - </arguments> |
100 |
| - <workingDirectory>${project.basedir}</workingDirectory> |
101 |
| - </configuration> |
102 |
| - </execution> |
103 |
| - </executions> |
104 |
| - </plugin> |
105 |
| - <plugin> |
106 |
| - <groupId>org.apache.maven.plugins</groupId> |
107 |
| - <artifactId>maven-clean-plugin</artifactId> |
108 |
| - <version>3.1.0</version> |
109 |
| - <configuration> |
110 |
| - <filesets> |
111 |
| - <fileset> |
112 |
| - <directory>node</directory> |
113 |
| - <followSymlinks>false</followSymlinks> |
114 |
| - </fileset> |
115 |
| - <fileset> |
116 |
| - <directory>node_modules</directory> |
117 |
| - <followSymlinks>false</followSymlinks> |
118 |
| - </fileset> |
119 |
| - <fileset> |
120 |
| - <directory>build</directory> |
121 |
| - <followSymlinks>false</followSymlinks> |
122 |
| - </fileset> |
123 |
| - </filesets> |
124 |
| - </configuration> |
125 |
| - </plugin> |
| 44 | + <build> |
| 45 | + <plugins> |
| 46 | + <plugin> |
| 47 | + <groupId>com.github.eirslett</groupId> |
| 48 | + <artifactId>frontend-maven-plugin</artifactId> |
| 49 | + <version>1.12.1</version> |
| 50 | + <executions> |
| 51 | + <execution> |
| 52 | + <id>install node and npm</id> |
| 53 | + <goals> |
| 54 | + <goal>install-node-and-npm</goal> |
| 55 | + </goals> |
| 56 | + <phase>initialize</phase> |
| 57 | + <configuration> |
| 58 | + <nodeVersion>${node.version}</nodeVersion> |
| 59 | + <npmVersion>${npm.version}</npmVersion> |
| 60 | + </configuration> |
| 61 | + </execution> |
| 62 | + <execution> |
| 63 | + <id>npm install antora</id> |
| 64 | + <goals> |
| 65 | + <goal>npm</goal> |
| 66 | + </goals> |
| 67 | + <phase>initialize</phase> |
| 68 | + <configuration> |
| 69 | + <arguments>install @antora/cli@${antora.version} @antora/site-generator-default@${antora.version} @antora/atlas-extension@${antora-atlas.version} @antora/collector-extension@${antora-collector.version} @asciidoctor/tabs@${asciidoctor-tabs.version} @springio/antora-extensions@${spring-antora-extensions.version} @springio/asciidoctor-extensions@${spring-asciidoctor-extensions.version}</arguments> |
| 70 | + </configuration> |
| 71 | + </execution> |
| 72 | + </executions> |
| 73 | + </plugin> |
| 74 | + <plugin> |
| 75 | + <groupId>org.codehaus.mojo</groupId> |
| 76 | + <artifactId>exec-maven-plugin</artifactId> |
| 77 | + <version>3.0.0</version> |
| 78 | + <executions> |
| 79 | + <execution> |
| 80 | + <id>antora</id> |
| 81 | + <goals> |
| 82 | + <goal>exec</goal> |
| 83 | + </goals> |
| 84 | + <phase>compile</phase> |
| 85 | + <configuration> |
| 86 | + <environmentVariables> |
| 87 | + <ALGOLIA_API_KEY>9d489079e5ec46dbb238909fee5c9c29</ALGOLIA_API_KEY> |
| 88 | + <ALGOLIA_APP_ID>WB1FQYI187</ALGOLIA_APP_ID> |
| 89 | + <ALGOLIA_INDEX_NAME>springdatacommons</ALGOLIA_INDEX_NAME> |
| 90 | + </environmentVariables> |
| 91 | + <!-- If we don't want to depend on default node installation path we can use a maven |
| 92 | + property aligned with frontend-maven-plugin's installDirectory configuration --> |
| 93 | + <executable>node/node</executable> |
| 94 | + <arguments> |
| 95 | + <argument>node_modules/.bin/antora</argument> |
| 96 | + <argument>antora-playbook.yml</argument> |
| 97 | + <argument>--to-dir=target/site</argument> |
| 98 | + <argument>--stacktrace</argument> |
| 99 | + </arguments> |
| 100 | + <workingDirectory>${project.basedir}</workingDirectory> |
| 101 | + </configuration> |
| 102 | + </execution> |
| 103 | + </executions> |
| 104 | + </plugin> |
| 105 | + <plugin> |
| 106 | + <groupId>org.apache.maven.plugins</groupId> |
| 107 | + <artifactId>maven-clean-plugin</artifactId> |
| 108 | + <version>3.1.0</version> |
| 109 | + <configuration> |
| 110 | + <filesets> |
| 111 | + <fileset> |
| 112 | + <directory>node</directory> |
| 113 | + <followSymlinks>false</followSymlinks> |
| 114 | + </fileset> |
| 115 | + <fileset> |
| 116 | + <directory>node_modules</directory> |
| 117 | + <followSymlinks>false</followSymlinks> |
| 118 | + </fileset> |
| 119 | + <fileset> |
| 120 | + <directory>build</directory> |
| 121 | + <followSymlinks>false</followSymlinks> |
| 122 | + </fileset> |
| 123 | + </filesets> |
| 124 | + </configuration> |
| 125 | + </plugin> |
126 | 126 |
|
127 |
| - </plugins> |
128 |
| - </build> |
| 127 | + </plugins> |
| 128 | + </build> |
129 | 129 |
|
130 |
| - <repositories> |
131 |
| - <repository> |
132 |
| - <id>spring-snapshot</id> |
133 |
| - <url>https://repo.spring.io/snapshot</url> |
134 |
| - <snapshots> |
135 |
| - <enabled>true</enabled> |
136 |
| - </snapshots> |
137 |
| - <releases> |
138 |
| - <enabled>false</enabled> |
139 |
| - </releases> |
140 |
| - </repository> |
141 |
| - <repository> |
142 |
| - <id>spring-milestone</id> |
143 |
| - <url>https://repo.spring.io/milestone</url> |
144 |
| - </repository> |
145 |
| - </repositories> |
| 130 | + <repositories> |
| 131 | + <repository> |
| 132 | + <id>spring-snapshot</id> |
| 133 | + <url>https://repo.spring.io/snapshot</url> |
| 134 | + <snapshots> |
| 135 | + <enabled>true</enabled> |
| 136 | + </snapshots> |
| 137 | + <releases> |
| 138 | + <enabled>false</enabled> |
| 139 | + </releases> |
| 140 | + </repository> |
| 141 | + <repository> |
| 142 | + <id>spring-milestone</id> |
| 143 | + <url>https://repo.spring.io/milestone</url> |
| 144 | + </repository> |
| 145 | + </repositories> |
146 | 146 |
|
147 | 147 | </project>
|
0 commit comments