Ignore:
Timestamp:
08/11/14 16:07:55 (10 years ago)
Author:
olhsha@mpi.nl
Message:

Added group service. Tested via the tomcat on loclahots (test URI and postman), old unit tests are adjusted and work well. Todo: retest on localhost tomcat, look at run-time exceptions, add new unit tests, adjust front-end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/nbactions.xml

    r2531 r5549  
    3535            </properties>
    3636        </action>
     37        <action>
     38            <actionName>debug.test.single</actionName>
     39            <goals>
     40                <goal>test-compile</goal>
     41                <goal>surefire:test</goal>
     42            </goals>
     43            <properties>
     44                <test>${packageClassName}</test>
     45                <forkMode>once</forkMode>
     46                <maven.surefire.debug>-Xdebug -Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address} -Xmx512m</maven.surefire.debug>
     47                <jpda.listen>true</jpda.listen>
     48               
     49            </properties>
     50        </action>
    3751    </actions>
Note: See TracChangeset for help on using the changeset viewer.