File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 24
24
</site >
25
25
</distributionManagement >
26
26
27
+ <reporting >
28
+ <plugins >
29
+ <plugin >
30
+ <groupId >org.apache.maven.plugins</groupId >
31
+ <artifactId >maven-javadoc-plugin</artifactId >
32
+ <version >2.10.4</version >
33
+ <configuration >
34
+ ...
35
+ </configuration >
36
+ </plugin >
37
+ </plugins >
38
+ </reporting >
39
+
27
40
<build >
28
41
<plugins >
29
42
<!-- other bits here -->
Original file line number Diff line number Diff line change
1
+ <project xmlns =" http://maven.apache.org/DECORATION/1.7.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi:schemaLocation=" http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd" >
3
+
4
+ <bannerRight >
5
+ <src >https://www.fossgalaxy.com/branding/logo.png</src >
6
+ <alt >Group Logo</alt >
7
+ <href >https://www.fossgalaxy.com</href >
8
+ <width >120px</width >
9
+ <title >A UnityCoders/FossGalaxy Project</title >
10
+ </bannerRight >
11
+
12
+ <skin >
13
+ <groupId >org.apache.maven.skins</groupId >
14
+ <artifactId >maven-fluido-skin</artifactId >
15
+ <version >1.5</version >
16
+ </skin >
17
+
18
+ <body >
19
+ <links >
20
+ <item name =" Home" href =" https://www.fossgalaxy.com" />
21
+ <item name =" Forums" href =" https://community.fossgalaxy.com" />
22
+ </links >
23
+ <menu ref =" reports" />
24
+ <menu ref =" modules" />
25
+ </body >
26
+
27
+ </project >
You can’t perform that action at this time.
0 commit comments