We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79c7fd commit 1a46e2bCopy full SHA for 1a46e2b
pom.xml
@@ -97,6 +97,11 @@ under the License.
97
<maven.it.failure.ignore>false</maven.it.failure.ignore>
98
99
<project.build.outputTimestamp>2024-11-14T13:00:00Z</project.build.outputTimestamp>
100
+
101
+ <!-- TODO remove with next parent -->
102
+ <maven4x.site.path>plugins-archives/${project.artifactId}-LATEST-4.x</maven4x.site.path>
103
+ <!-- 4.x publish -->
104
+ <maven.site.path>${maven4x.site.path}</maven.site.path>
105
</properties>
106
107
<dependencies>
0 commit comments