Changeset 5690 for DASISH


Ignore:
Timestamp:
10/02/14 12:08:24 (10 years ago)
Author:
olhsha@mpi.nl
Message:

GET Dwan backen version implemented, that outputs the projet version from pom, via resource/projectinfo.properties

Location:
DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/pom.xml

    r5676 r5690  
    192192    <build>
    193193        <finalName>annotator-backend-${project.version}</finalName>
     194        <resources>
     195            <resource>
     196                <directory>${basedir}/src/main/resources</directory>
     197                <filtering>true</filtering>
     198            </resource>
     199        </resources>
    194200        <testResources>
    195201            <testResource>
     
    229235                                <include>WEB-INF/web-shib.xml</include>
    230236                            </includes> -->
    231                         </resource>
     237                        </resource>                       
    232238                    </webResources>
    233239                </configuration>
     
    382388                <artifactId>maven-javadoc-plugin</artifactId>
    383389                <version>2.9.1</version>
    384             </plugin>    
     390            </plugin>
    385391        </plugins>
    386392    </build>     
     
    396402        <project.version>1.5.2</project.version>
    397403        <shibboleth.version>1.0.4</shibboleth.version>
     404        <surefire.version>2.9</surefire.version>
    398405    </properties>
    399406   
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/webapp/index.jsp

    r5686 r5690  
    5151        <a href="updatePrincipal.html"> Update logged-in user.</a> <br>
    5252        <br>
     53        GET <a href="api/projectinfo/version">api/projectinfo/version</a> <br>
     54        <br>
    5355        GET <a href="api/authentication/principal">api/authentication/principal</a> <br>
    5456        GET <a href="api/principals/admin">api/principals/admin</a><br>
Note: See TracChangeset for help on using the changeset viewer.