-
Notifications
You must be signed in to change notification settings - Fork 34
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
10 changed files
with
142 additions
and
94 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
<groupId>com.citytechinc.cq.cq-component-plugin</groupId> | ||
<artifactId>cq-component-plugin</artifactId> | ||
<packaging>pom</packaging> | ||
<version>6.0.0</version> | ||
<version>6.1.0</version> | ||
<name>CQ Component Plugin</name> | ||
<description>Plugin enabling annotation driven CQ5 Component development.</description> | ||
|
||
|
@@ -42,9 +42,9 @@ | |
</licenses> | ||
|
||
<scm> | ||
<connection>scm:git:[email protected]:Citytechinc/cq-component-maven-plugin.git</connection> | ||
<url>https://github.com/Citytechinc/cq-component-maven-plugin</url> | ||
<developerConnection>scm:git:[email protected]:Citytechinc/cq-component-maven-plugin.git</developerConnection> | ||
<connection>scm:git:[email protected]:OlsonDigital/cq-component-maven-plugin.git</connection> | ||
<url>https://github.com/OlsonDigital/cq-component-maven-plugin</url> | ||
<developerConnection>scm:git:[email protected]:OlsonDigital/cq-component-maven-plugin.git</developerConnection> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|
@@ -77,6 +77,18 @@ | |
</properties> | ||
|
||
<build> | ||
<pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<groupId>org.codehaus.mojo</groupId> | ||
<artifactId>versions-maven-plugin</artifactId> | ||
<version>2.2</version> | ||
<configuration> | ||
<generateBackupPoms>false</generateBackupPoms> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
|
@@ -149,15 +161,6 @@ | |
</dependency> | ||
</dependencies> | ||
<configuration> | ||
<reportPlugins> | ||
<plugin> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>2.9.1</version> | ||
<configuration> | ||
<aggregate>true</aggregate> | ||
</configuration> | ||
</plugin> | ||
</reportPlugins> | ||
<skipDeploy>true</skipDeploy> | ||
</configuration> | ||
</plugin> | ||
|
@@ -181,6 +184,22 @@ | |
</plugins> | ||
</build> | ||
|
||
<reporting> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-project-info-reports-plugin</artifactId> | ||
<version>2.8</version> | ||
</plugin> | ||
<plugin> | ||
<artifactId>maven-javadoc-plugin</artifactId> | ||
<version>2.9.1</version> | ||
<configuration> | ||
<aggregate>true</aggregate> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</reporting> | ||
|
||
<profiles> | ||
<profile> | ||
<id>github-site</id> | ||
|
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 |
---|---|---|
@@ -1,81 +1,92 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/DECORATION/1.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
> | ||
|
||
<skin> | ||
<groupId>com.icfolson.maven</groupId> | ||
<artifactId>icfolson-maven-skin</artifactId> | ||
<version>1.0.0</version> | ||
</skin> | ||
<skin> | ||
<groupId>com.icfolson.maven</groupId> | ||
<artifactId>icfolson-maven-skin</artifactId> | ||
<version>1.1.0</version> | ||
</skin> | ||
|
||
<bannerRight> | ||
<name>CQ Component Plugin</name> | ||
<href>index.html</href> | ||
</bannerRight> | ||
<bannerRight> | ||
<name>CQ Component Plugin</name> | ||
<href>index.html</href> | ||
</bannerRight> | ||
|
||
<googleAnalyticsAccountId>UA-928005-4</googleAnalyticsAccountId> | ||
<googleAnalyticsAccountId>UA-928005-4</googleAnalyticsAccountId> | ||
|
||
<custom> | ||
<reflowSkin> | ||
<skinAttribution>false</skinAttribution> | ||
<!-- Make this to 'false' for local development, i.e. file:// URLs --> | ||
<protocolRelativeURLs>false</protocolRelativeURLs> | ||
<smoothScroll>true</smoothScroll> | ||
<titleTemplate>%2$s | %1$s</titleTemplate> | ||
<highlightJs>true</highlightJs> | ||
<highlightJsTheme>github</highlightJsTheme> | ||
<brand> | ||
<name> | ||
CQ Component Plugin | ||
</name> | ||
<href>index.html</href> | ||
</brand> | ||
<slogan>A Plugin for CQ Components!</slogan> | ||
<toc>sidebar</toc> | ||
<topNav>Basics|Extending</topNav> | ||
<body /> | ||
<pages> | ||
<index project="cq-component-plugin"> | ||
<titleTemplate>CQ Component Plugin</titleTemplate> | ||
<breadcrumbs>false</breadcrumbs> | ||
<toc>false</toc> | ||
<markPageHeader>false</markPageHeader> | ||
<sections> | ||
<columns>1</columns> | ||
<body /> | ||
</sections> | ||
</index> | ||
</pages> | ||
<bottomNav maxSpan="9"> | ||
<column>Main</column> | ||
<column>Basics</column> | ||
<column>Extending</column> | ||
</bottomNav> | ||
</reflowSkin> | ||
</custom> | ||
<custom> | ||
<reflowSkin> | ||
<skinAttribution>false</skinAttribution> | ||
<!-- Make this to 'false' for local development, i.e. file:// URLs --> | ||
<protocolRelativeURLs>false</protocolRelativeURLs> | ||
<smoothScroll>true</smoothScroll> | ||
<titleTemplate>%2$s | %1$s</titleTemplate> | ||
<highlightJs>true</highlightJs> | ||
<highlightJsTheme>github</highlightJsTheme> | ||
<brand> | ||
<name> | ||
CQ Component Plugin | ||
</name> | ||
<href>index.html</href> | ||
</brand> | ||
<slogan>A plugin for generating AEM component configuration files from annotated Java classes.</slogan> | ||
<toc>sidebar</toc> | ||
<topNav>Basics|Extending</topNav> | ||
<body/> | ||
<pages> | ||
<index project="cq-component-plugin"> | ||
<titleTemplate>CQ Component Plugin</titleTemplate> | ||
<breadcrumbs>false</breadcrumbs> | ||
<toc>false</toc> | ||
<markPageHeader>false</markPageHeader> | ||
<sections> | ||
<columns>1</columns> | ||
<body/> | ||
</sections> | ||
</index> | ||
</pages> | ||
<bottomNav maxSpan="9"> | ||
<column>Main</column> | ||
<column>Basics</column> | ||
<column>Extending</column> | ||
</bottomNav> | ||
</reflowSkin> | ||
</custom> | ||
|
||
<body> | ||
<links> | ||
<item name="GitHub" | ||
href="https://github.com/Citytechinc/cq-component-maven-plugin/" /> | ||
</links> | ||
<menu name="Main" inherit="top"> | ||
<item name="Home" href="index.html" /> | ||
<item name="GitHub" | ||
href="https://github.com/Citytechinc/cq-component-maven-plugin/" /> | ||
<item name="Java Doc" href="apidocs/index.html" /> | ||
<item name="ICF Olson" href="http://www.icfolson.com" /> | ||
</menu> | ||
<menu name="Basics" inherit="bottom"> | ||
<item name="Configuration" href="configuration.html" /> | ||
<item name="Usage" href="usage.html" /> | ||
<item name="Additional Features" href="additional-features.html" /> | ||
</menu> | ||
<menu name="Extending" inherit="bottom"> | ||
<item name="Adding a Widget" href="adding-a-widget.html" /> | ||
<item name="Adding a Transformer" href="adding-a-transformer.html" /> | ||
</menu> | ||
<footer></footer> | ||
</body> | ||
<body> | ||
<links> | ||
<item name="GitHub" | ||
href="https://github.com/OlsonDigital/cq-component-maven-plugin/"/> | ||
</links> | ||
<menu name="Main" | ||
inherit="top"> | ||
<item name="Home" | ||
href="index.html"/> | ||
<item name="GitHub" | ||
href="https://github.com/OlsonDigital/cq-component-maven-plugin/"/> | ||
<item name="Javadocs" | ||
href="apidocs/index.html"/> | ||
<item name="ICF Olson" | ||
href="http://www.icfolson.com"/> | ||
</menu> | ||
<menu name="Basics" | ||
inherit="bottom"> | ||
<item name="Configuration" | ||
href="configuration.html"/> | ||
<item name="Usage" | ||
href="usage.html"/> | ||
<item name="Additional Features" | ||
href="additional-features.html"/> | ||
</menu> | ||
<menu name="Extending" | ||
inherit="bottom"> | ||
<item name="Adding a Widget" | ||
href="adding-a-widget.html"/> | ||
<item name="Adding a Transformer" | ||
href="adding-a-transformer.html"/> | ||
</menu> | ||
<footer></footer> | ||
</body> | ||
</project> |