Skip to content
Snippets Groups Projects
Commit e311d26c authored by bwalkow's avatar bwalkow
Browse files

deploy test

parent 5b312ef5
No related branches found
No related tags found
No related merge requests found
Pipeline #5230 failed
...@@ -7,17 +7,9 @@ stages: ...@@ -7,17 +7,9 @@ stages:
- test - test
- deploy - deploy
test:
stage: test
script:
- echo "$CI_JOB_TOKEN"
- mvn --version
deployment: deployment:
stage: deploy stage: deploy
script: script:
- mvn -U --file module/pom.xml dependency:resolve - mvn -U $MAVEN_CLI_OPTS -Drepo.login=$MAVEN_USER -Drepo.pwd=$MAVEN_PASS deploy
# script:
# - mvn -U $MAVEN_CLI_OPTS -Drepo.login=$MAVEN_USER -Drepo.pwd=$MAVEN_PASS deploy
# only: # only:
# - master # - master
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>pl.clarin</groupId> <groupId>pl.clarin</groupId>
<artifactId>nlp.worker.any2txt</artifactId> <artifactId>nlp.worker.repo-test</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>pl.clarin</groupId> <groupId>${project.groupId}</groupId>
<artifactId>nlp.worker</artifactId> <artifactId>nlp.worker</artifactId>
<version>2.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
<finalName>nlp.worker.any2txt</finalName> <finalName>nlp.worker.repo-test</finalName>
</build> </build>
<repositories> <repositories>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment