Menu

Generating A Common ETL

Max

There are two ways you can generate the common-etl project. This page will describe the two ways. The intended audience for this page will be a developer with a basic knowledge of Maven, Spring and Java.

  1. Generating from the code.
    1. Pull the code through GIT or SVN
    2. navigate to the project's root directory run "mvn install" on the project.
    3. navigate to the root of where you want to place the generated version of the project
      1. run mvn archetype:generate -DarchetypeCatalog=local
      2. fill out the prompted fields how you would like them to be
    4. Import the newly created class into the IDE of your choice and modify at will.
  2. Generate from the jar
    1. Download the current jar from the downloads page
    2. navigate to the jar's saved directory and run mvn install
      1. "mvn -U install:install-file -Dfile=common-etl-<version>.jar" where version is the version of the jar you downloaded.
    3. Follow steps 3 and 4 of Generating from the code.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.