Luca Frosini 2019-10-03 13:08:28 +00:00
parent d817960618
commit e5eeeca28b
3 changed files with 6 additions and 6 deletions

View File

@ -22,7 +22,7 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes> <attributes>
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>

View File

@ -20,9 +20,9 @@
</properties> </properties>
<scm> <scm>
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId}</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube//trunk/information-system/${project.artifactId}</developerConnection> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId}</url> <url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm> </scm>
<dependencyManagement> <dependencyManagement>

View File

@ -14,8 +14,8 @@ public class ContextManagementTest extends ContextTest {
@Test @Test
public void createContexts() throws Exception { public void createContexts() throws Exception {
//ScopedTest.setContext(ScopedTest.PROD); //ScopedTest.setContext(ScopedTest.PROD);
ContextCreator contextCreator = new ContextCreator(); //ContextCreator contextCreator = new ContextCreator();
contextCreator.all(); //contextCreator.all();
} }