Git Product home page Git Product logo

maven-oss-parent's Introduction

maven-oss-parent's People

Contributors

danielwegener avatar jangalinski avatar zambrovski avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

maven-oss-parent's Issues

remove spotify docker plugin

there are better ways today plus it raises errors:

[WARNING] Failed to retrieve plugin descriptor for com.spotify:dockerfile-maven:1.3.7: Plugin com.spotify:dockerfile-maven:1.3.7 or one of its dependencies could not be resolved: Failure to find com.spotify:dockerfile-maven:jar:1.3.7 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
[INFO]

provide configurable exclusion of modules in parent pom

support this

   <plugin> 
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-deploy-plugin</artifactId>
        <configuration>
            <skip>true</skip>
        </configuration>
  </plugin>

by just setting a property instead touching the plugin config (via ${skip.deploy})

Wrong github coordinates

A release using the github coordinates fails during commit of the changed version:

Properties in the `pom.xml:

  <properties>
    <toolisticon.github.organization>toolisticon</toolisticon.github.organization>
    <toolisticon.github.repository>${project.artifactId}</toolisticon.github.repository>
  </properties>

Error during release:

Archiving /var/lib/jenkins/workspace/HoliOSS/springboot-swagger-starter/target/springboot-swagger-starter-0.0.1-SNAPSHOT-sources.jar to io.toolisticon.springboot/springboot-swagger-starter/0.0.1-SNAPSHOT/springboot-swagger-starter-0.0.1-SNAPSHOT-sources.jar
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project springboot-swagger-starter: Unable to commit files
[ERROR] Provider message:
[ERROR] The git-push command failed.
[ERROR] Command output:
[ERROR] fatal: remote error:
[ERROR] toolisticon/springboot-swagger-starter.git/springboot-swagger-starter is not a valid repository name
[ERROR] Email [email protected] for help
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

release 0.7.0

not possible since the jenkins job fails which is caused by a problem with our nexus mirror

remove spring boot

maybe we can think of reintegrate this, when sb2 is out, but currently this causes problems:

  • when you do not have an application.yml, spring is not triggered, so parent poms is sb dependencies do not workl
  • although I want to use 2.0.0.M7 the build plugin ran with 1.5.8

exclude examples from release

    <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-deploy-plugin</artifactId>
        <configuration>
            <skip>true</skip>
        </configuration>
  </plugin>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.