Skip to content
Snippets Groups Projects
Commit de9a17a7 authored by Konstantinos Giannoutakis's avatar Konstantinos Giannoutakis
Browse files

Url http://depot.universaal.org/maven-repo/ used for developer depot nexus url

parent 7dc938e9
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import org.eclipse.ui.IWorkbenchWindowActionDelegate;
* @see IWorkbenchWindowActionDelegate
*/
public class UploadAction implements IWorkbenchWindowActionDelegate {
static private String NEXUS_URL = "http://depot.universaal.org/nexus/content/repositories/";
static private String NEXUS_URL = "http://depot.universaal.org/maven-repo/";
static private String NEXUS_USERNAME = "deployment";
static private String NEXUS_PASSWORD = "uaal_49_nexus";
private IWorkbenchWindow window;
......
......@@ -481,7 +481,7 @@ public class NewProjectWizard extends Wizard implements INewWizard {
+ " <repository>\n" //$NON-NLS-1$
+ " <id>uaal</id>\n" //$NON-NLS-1$
+ " <name>universAAL Repositories</name>\n" //$NON-NLS-1$
+ " <url>http://depot.universaal.org/nexus/content/repositories/releases/</url>\n" //$NON-NLS-1$
+ " <url>http://depot.universaal.org/maven-repo/releases/</url>\n" //$NON-NLS-1$
+ " <snapshots>\n" //$NON-NLS-1$
+ " <enabled>false</enabled>\n" //$NON-NLS-1$
+ " </snapshots>\n" //$NON-NLS-1$
......@@ -489,7 +489,7 @@ public class NewProjectWizard extends Wizard implements INewWizard {
+ " <repository>\n" //$NON-NLS-1$
+ " <id>uaal-snapshots</id>\n" //$NON-NLS-1$
+ " <name>universAAL Snapshot Repositories</name>\n" //$NON-NLS-1$
+ " <url>http://depot.universaal.org/nexus/content/repositories/snapshots/</url>\n" //$NON-NLS-1$
+ " <url>http://depot.universaal.org/maven-repo/snapshots/</url>\n" //$NON-NLS-1$
+ " <releases>\n" //$NON-NLS-1$
+ " <enabled>false</enabled>\n" //$NON-NLS-1$
+ " </releases>\n" + " </repository>\n" //$NON-NLS-1$ //$NON-NLS-2$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment