Git Product home page Git Product logo

maven's Introduction

Maven

Temporary Maven repository, until I add my artifacts to Maven Central ...

Most things here should be Apache licensed, but please check the individual projects; there might be forks of thrid-party projects too.

Maven Instruction :

  • This script expects the following projects pulled from Github in a single parent folder (all the projects should be at same level):

    • /skunkiferous/Maven.
    • /skunkiferous/Common.
    • /skunkiferous/PrimitiveFunc.
  • Run the following command to build any one of these project.

	mvn -DaltDeploymentRepository=internal::default::file://<ABSOLUTE_PATH_TO_MAVEN_PROJECT_FOLDER> ^
	deploy -pl ../Common -am deploy

Example:

mvn -DaltDeploymentRepository=internal::default::file://D:/GithubPublic/Maven deploy -pl ../oss-parent

Note:

  • Recently, I got errors if a project and it's parent are both refered at the same time as modules. So I need to deploy them "separetly".

  • This command is being executed from 'Maven' project directory.

  • Switch '-am' ('also make') also builds the other projects that this project is dependent on.

  • remove '-pl ../Common -am deploy' part to build all the projects.

  • Verify and commit the artifacts in github.

  • IMPORTANT : Increment the versions of all the projects that were deployed and pushed to github so that the future release artifacts do not overwrite them.

  • To include these artifacts as dependencies use following repository entry in your pom.xml.

	<repositories>
		<repository>
			<id>blockwithme-mvn-repo</id>
			<url>https://raw.github.com/skunkiferous/Maven/master</url>
		</repository>		
	</repositories>

maven's People

Watchers

 avatar  avatar  avatar

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.