-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,12 +34,12 @@ | |
import org.codehaus.plexus.util.FileUtils; | ||
|
||
/** | ||
* Adds the site descriptor (<code>site.xml</code>) to the list of files to be installed/deployed.<br/> | ||
* For Maven-2.x this is enabled by default only when the project has <code>pom</code> packaging since it will be used | ||
* by modules inheriting, but this can be enabled for other projects packaging if needed.<br/> | ||
* This default execution has been removed from the built-in lifecycle of Maven 3.x for <code>pom</code>-projects. | ||
* Adds the site descriptor (<code>site.xml</code>) to the list of files to be installed/deployed. | ||
* <p>For Maven-2.x this is enabled by default only when the project has <code>pom</code> packaging since it will be | ||
* used by modules inheriting, but this can be enabled for other projects packaging if needed.</p> | ||
* <p>This default execution has been removed from the built-in lifecycle of Maven 3.x for <code>pom</code>-projects. | ||
* Users that actually use those projects to provide a common site descriptor for sub modules will need to explicitly | ||
* define this goal execution to restore the intended behavior. | ||
* define this goal execution to restore the intended behavior.</p> | ||
* | ||
* @author <a href="mailto:[email protected]">Brett Porter</a> | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters