Skip to content

Commit ab744a7

Browse files
committed
Deploy bugfix
1 parent f46d210 commit ab744a7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ deploy:
3333
name: $project_version
3434

3535
after_deploy:
36-
mvn --settings .settings.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=true -B -U
36+
- mvn --settings .settings.xml clean deploy -DskipTests=true -Dmaven.javadoc.skip=false -B -V
37+
- echo "POPA"

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,14 @@ limitations under the License.
291291
</executions>
292292
</plugin>
293293

294+
<plugin>
295+
<groupId>org.apache.maven.plugins</groupId>
296+
<artifactId>maven-deploy-plugin</artifactId>
297+
<version>2.8.2</version>
298+
<configuration>
299+
<skip>true</skip>
300+
</configuration>
301+
</plugin>
294302
<plugin>
295303
<groupId>org.sonatype.plugins</groupId>
296304
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)