Project

General

Profile

« Previous | Next » 

Revision 6abb0164

Added by Andreas Kohlbecker over 8 years ago

moving site folder to root and setting up the pom.xml, also updating the site content

View differences:

pom.xml
6 6
    <packaging>pom</packaging>
7 7
    <version>3.9.0</version>
8 8

  
9
    <mailingLists>
10
        <mailingList>
11
            <name>EDIT Platform Developers</name>
12
            <subscribe>
13
                https://lists.fu-berlin.de/listinfo/editplatformdevelopers#subscribe
14
            </subscribe>
15
            <unsubscribe>
16
                https://lists.fu-berlin.de/listinfo/editplatformdevelopers#options
17
            </unsubscribe>
18
        </mailingList>
19
        <mailingList>
20
            <name>EDIT User</name>
21
            <subscribe>
22
                https://lists.fu-berlin.de/listinfo/edituser#subscribe
23
            </subscribe>
24
            <unsubscribe>
25
                https://lists.fu-berlin.de/listinfo/edituser#options
26
            </unsubscribe>
27
        </mailingList>
28
    </mailingLists>
29
    <licenses>
30
        <license>
31
            <name>Mozilla Public License Version 1.1</name>
32
            <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
33
            <distribution>repo</distribution>
34
        </license>
35
    </licenses>
36
    <developers>
37
        <developer>
38
            <!-- your SVN account id please! -->
39
            <id>a.kohlbecker</id>
40
            <name>
41
                Andreas Kohlbecker
42
            </name>
43
            <email>a.kohlbecker [at] bgbm.org</email>
44
            <organization>
45
                Botanical Garden Botanical Museum Berlin
46
            </organization>
47
            <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
48
            <timezone>+1</timezone>
49
            <roles>
50
                <role>Developer</role>
51
            </roles>
52
            <url />
53
        </developer>
54
    </developers>
55

  
9 56
    <distributionManagement>
10 57
        <site>
11 58
            <id>wp5.e-taxonomy.eu</id>
......
30 77
                <artifactId>maven-deploy-plugin</artifactId>
31 78
                <version>2.8.2</version>
32 79
            </plugin>
80
            <plugin>
81
                <groupId>org.apache.maven.plugins</groupId>
82
                <artifactId>maven-site-plugin</artifactId>
83
                <version>3.4</version>
84
                <configuration>
85
                    <locales>en</locales>
86
                    <outputEncoding>UTF-8</outputEncoding>
87
                    <siteDirectory>${basedir}/site</siteDirectory>
88
                    <!-- chmod: not not use chmod, rather adapt the umask
89
                        of the user at the server to which the site is deployed
90
                    -->
91
                    <chmod>false</chmod>
92
                </configuration>
93
            </plugin>
33 94
            <plugin>
34 95
                <groupId>external.atlassian.jgitflow</groupId>
35 96
                <artifactId>jgitflow-maven-plugin</artifactId>

Also available in: Unified diff