Ignore:
Timestamp:
08/22/14 12:01:57 (10 years ago)
Author:
Twan Goosen
Message:

Added REST service information to the help page. Moved the documentation into a separate 'doc' directory in the project.
Refs #614

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/pom.xml

    r5588 r5594  
    548548                <groupId>org.apache.maven.plugins</groupId>
    549549                <artifactId>maven-war-plugin</artifactId>
    550                 <version>2.1.1</version>
     550                <version>2.4</version>
    551551                <configuration>
    552552                    <failOnMissingWebXml>true</failOnMissingWebXml>
     
    560560                                <include>*.xsd</include>
    561561                            </includes>
     562                        </resource>
     563                        <!-- Make documentation available -->
     564                        <resource>
     565                            <directory>doc</directory>
    562566                        </resource>
    563567                    </webResources>
Note: See TracChangeset for help on using the changeset viewer.