Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ private void runSteps() throws Exception {
// Be sure to use a archetype.properties
System.out.println("\n\nDo you have a: archetype.properties?\n\n");

// TODO remove generated directory

runMvnClean();

parseGwtClientPackage();
Expand Down Expand Up @@ -154,10 +156,13 @@ private void runSteps() throws Exception {
renameProjectFiles();

// deploy items
// addPomParent(); // Don't add this
moveArchetypeToGeneratedDirectory();

appendProfilesForRelease();

// TODO commit changes

// TODO run the maven publish commands found in the release notes.

System.out.println("Finished generating pom for " + baseWorkingProjectDir);
}
Expand Down