You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Pei He (JIRA)" <ji...@apache.org> on 2016/09/19 19:53:20 UTC

[jira] [Created] (BEAM-641) Need to test the generated archetypes projects

Pei He created BEAM-641:
---------------------------

             Summary: Need to test the generated archetypes projects
                 Key: BEAM-641
                 URL: https://issues.apache.org/jira/browse/BEAM-641
             Project: Beam
          Issue Type: Test
            Reporter: Pei He
            Assignee: Pei He
            Priority: Minor


Travis and Jenkins pre-submits don't test building the generated archetypes projects.
Currently, changes to archetypes have to be manually verified by:

mvn archetype:generate \
-DarchetypeArtifactId=beam-sdks-java-maven-archetypes-examples \
-DarchetypeGroupId=org.apache.beam \
-DarchetypeVersion=0.3.0-incubating-SNAPSHOT \
-DgroupId=com.example \
-DartifactId=first-beam \
-Dversion="0.3.0-incubating-SNAPSHOT" \
-DinteractiveMode=false \
-Dpackage=org.apache.beam.examples

and did "mvn clean install" in first-beam project.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)