Skip to content

Commit f8a8b50

Browse files
committed
Re-instate distributionManagement (lenskit#362)
site:stage requires distributionManagement, re-add it [skip archetypes]
1 parent 4f7d316 commit f8a8b50

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,20 @@
3535
<tag>HEAD</tag>
3636
</scm>
3737

38+
<distributionManagement>
39+
<site>
40+
<id>lenskit.grouplens.org</id>
41+
<name>LensKit web site</name>
42+
<url>${lenskit.web.path}</url>
43+
</site>
44+
</distributionManagement>
45+
3846
<properties>
3947
<copyrightHolder>Regents of the University of Minnesota</copyrightHolder>
4048
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4149
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4250
<lenskit.web.url>http://lenskit.grouplens.org/maven-site/</lenskit.web.url>
51+
<lenskit.web.path>${lenskit.web.url}</lenskit.web.path>
4352
<mathjax.source>http://cdn.mathjax.org/mathjax/latest</mathjax.source>
4453
<groovy.version>2.1.5</groovy.version>
4554
<groovy.eclipse.version>2.7.0-01</groovy.eclipse.version>

0 commit comments

Comments
 (0)