Skip to content

Commit cc854ea

Browse files
committed
Fixed site generation
1 parent 8fc70e2 commit cc854ea

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

flexmojos-maven-plugin/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,14 @@
176176
</dependency>
177177
</dependencies>
178178

179+
<reporting>
180+
<plugins>
181+
<plugin>
182+
<groupId>org.apache.maven.plugins</groupId>
183+
<artifactId>maven-plugin-plugin</artifactId>
184+
<version>2.4.3</version>
185+
</plugin>
186+
</plugins>
187+
</reporting>
188+
179189
</project>

flexmojos-testing/flexmojos-unittest-support/pom.xml

+6-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
2+
<!--
33
4-
Copyright 2008 Marvin Herman Froeder
5-
Licensed under the Apache License, Version 2.0 (the "License");
6-
you may not use this file except in compliance with the License.
7-
You may obtain a copy of the License at
4+
Copyright 2008 Marvin Herman Froeder Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
85
9-
http://www.apache.org/licenses/LICENSE-2.0
10-
11-
Unless required by applicable law or agreed to in writing, software
12-
distributed under the License is distributed on an "AS IS" BASIS,
13-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
See the License for the specific language governing permissions and
15-
limitations under the License.
16-
17-
-->
6+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language
7+
governing permissions and limitations under the License.
8+
-->
189
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1910

2011
<modelVersion>4.0.0</modelVersion>
@@ -38,7 +29,7 @@
3829
<plugin>
3930
<groupId>org.sonatype.flexmojos</groupId>
4031
<artifactId>flexmojos-maven-plugin</artifactId>
41-
<version>3.0-SNAPSHOT</version>
32+
<version>${project.version}</version>
4233
<extensions>true</extensions>
4334
<executions>
4435
<execution>

src/site/apt/index.apt

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ flexmojos
5353

5454
So far, Air support is limited to SWC/SWF compilation.
5555

56-
* {{{flexmojos-archetypes/index.html}flexmojos-archetypes}}
56+
* {{{flexmojos-archetypes/project-summary.html}flexmojos-archetypes}}
5757

5858
Contains some artifacts to setup flex project.
5959

6060
* Support artifacts
6161

62-
* {{{flexmojos-testing/flexmojos-unittest-support/index.html}flexmojos-unittest-support}}
62+
* {{{flexmojos-testing/flexmojos-unittest-support/project-summary.html}flexmojos-unittest-support}}
6363

6464
Library used by flexmojos to integrate Java and Flex on unit tests
6565

0 commit comments

Comments
 (0)