Skip to content

Commit

Permalink
- Javadoc
Browse files Browse the repository at this point in the history
- Clean-up
  • Loading branch information
puce77 committed Sep 24, 2015
1 parent 4dd099b commit 4a028f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
* Contributor(s): .
*/
/**
* The core classes of the Action Framework.
* Common command classes for the Action Framework.
*/
package org.drombler.commons.action.command;
8 changes: 2 additions & 6 deletions nbactions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
<goals>
<goal>site:site</goal>
<goal>site:stage</goal>
<goal>-DperformRelease=true</goal>
</goals>
<activatedProfiles>
<activatedProfile>sonatype-oss-release</activatedProfile>
</activatedProfiles>
</action>
<action>
<actionName>CUSTOM-javadoc</actionName>
Expand All @@ -34,10 +32,8 @@
<goals>
<goal>clean</goal>
<goal>install</goal>
<goal>-DperformRelease=true</goal>
</goals>
<activatedProfiles>
<activatedProfile>sonatype-oss-release</activatedProfile>
</activatedProfiles>
</action>
<action>
<actionName>CUSTOM-site-deploy</actionName>
Expand Down

0 comments on commit 4a028f6

Please sign in to comment.