' )
32 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar-inverse/pom.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
20 | 4.0.0
21 |
22 | org.apache.maven
23 | maven-parent
24 | @project.parent.version@
25 |
26 |
27 | org.apache.maven.skins.its
28 | @project.artifactId@-topbar-inverse
29 | 1.0-SNAPSHOT
30 | jar
31 |
32 | @project.artifactId@ IT, topbar layout
33 | http://maven.apache.org/skins/@project.artifactId@/topbar-inverse/
34 |
35 |
36 | @project.name@
37 | @project.description@
38 | @project.groupId@
39 | @project.artifactId@
40 | @project.version@
41 |
42 |
43 |
44 |
45 | junit
46 | junit
47 | 3.8.2
48 | test
49 |
50 |
51 |
52 |
53 |
54 |
55 | org.apache.maven.plugins
56 | maven-site-plugin
57 | @sitePluginVersion@
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 | org.apache.maven.plugins
66 | maven-project-info-reports-plugin
67 |
68 | false
69 | false
70 |
71 |
72 |
73 |
74 |
75 |
76 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar-inverse/src/site/apt/bar.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 |
33 | bar.html
34 |
35 | ${skinDescription}
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar-inverse/src/site/apt/beer.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 |
33 | beer.html
34 |
35 | ${skinDescription}
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar-inverse/src/site/apt/foo.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 |
33 | foo.html
34 |
35 | ${skinDescription}
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar-inverse/src/site/apt/index.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 | ${skinDescription}
33 |
34 | topbar width configured with navBarStyle to navbar-inverse.
35 |
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar-inverse/src/site/apt/wine.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 |
33 | wine.html
34 |
35 | ${skinDescription}
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar-inverse/src/site/resources/images/topbar-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/it/topbar-inverse/src/site/resources/images/topbar-logo.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar/pom.xml:
--------------------------------------------------------------------------------
1 |
2 |
18 |
20 | 4.0.0
21 |
22 | org.apache.maven
23 | maven-parent
24 | @project.parent.version@
25 |
26 |
27 | org.apache.maven.skins.its
28 | @project.artifactId@-topbar
29 | 1.0-SNAPSHOT
30 | jar
31 |
32 | @project.artifactId@ IT, topbar layout
33 | http://maven.apache.org/skins/@project.artifactId@/topbar/
34 |
35 |
36 | @project.name@
37 | @project.description@
38 | @project.groupId@
39 | @project.artifactId@
40 | @project.version@
41 |
42 |
43 |
44 |
45 | junit
46 | junit
47 | 3.8.2
48 | test
49 |
50 |
51 |
52 |
53 |
54 |
55 | org.apache.maven.plugins
56 | maven-site-plugin
57 | @sitePluginVersion@
58 |
59 |
60 |
61 |
62 |
63 |
64 |
65 | org.apache.maven.plugins
66 | maven-project-info-reports-plugin
67 |
68 | false
69 | false
70 |
71 |
72 |
73 |
74 |
75 |
76 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar/src/site/apt/bar.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 |
33 | bar.html
34 |
35 | ${skinDescription}
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar/src/site/apt/beer.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 |
33 | beer.html
34 |
35 | ${skinDescription}
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar/src/site/apt/foo.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 |
33 | foo.html
34 |
35 | ${skinDescription}
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar/src/site/apt/index.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 | ${skinDescription}
33 |
34 | topbar width configured with topBarContainerStyle which set style attribute content.
35 |
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar/src/site/apt/wine.apt.vm:
--------------------------------------------------------------------------------
1 | ------
2 | ${project.name}
3 | ------
4 | Hervé Boutemy
5 | ------
6 | 2011-10-15
7 | ------
8 |
9 | ~~ Licensed to the Apache Software Foundation (ASF) under one
10 | ~~ or more contributor license agreements. See the NOTICE file
11 | ~~ distributed with this work for additional information
12 | ~~ regarding copyright ownership. The ASF licenses this file
13 | ~~ to you under the Apache License, Version 2.0 (the
14 | ~~ "License"); you may not use this file except in compliance
15 | ~~ with the License. You may obtain a copy of the License at
16 | ~~
17 | ~~ http://www.apache.org/licenses/LICENSE-2.0
18 | ~~
19 | ~~ Unless required by applicable law or agreed to in writing,
20 | ~~ software distributed under the License is distributed on an
21 | ~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
22 | ~~ KIND, either express or implied. See the License for the
23 | ~~ specific language governing permissions and limitations
24 | ~~ under the License.
25 |
26 | ~~ NOTE: For help with the syntax of this file, see:
27 | ~~ http://maven.apache.org/doxia/references/apt-format.html
28 |
29 | ${project.name}
30 |
31 | This is a test for ${skinName} with topbar enabled, sidebar disabled and Google Search.
32 |
33 | wine.html
34 |
35 | ${skinDescription}
36 |
37 | * Actual configuration
38 |
39 | %{snippet|id=skin-custom-config|file=${project.basedir}/src/site/site.xml}
40 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/it/topbar/src/site/resources/images/topbar-logo.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/it/topbar/verify.groovy:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 |
20 | File index = new File( basedir, "target/site/index.html" )
21 | assert index.exists()
22 |
23 | // MSKINS-130 check that html structure is as clean as possible
24 | String html = index.getText()
25 | // active menu
26 | assert html.contains( '
' )
32 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/META-INF/maven/skin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
21 |
22 |
24 |
25 | 1.7.1
26 |
27 |
28 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/css/maven-base.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 |
20 | /* $Id$ */
21 |
22 | .clear{clear:both;visibility: hidden;}
23 | .clear hr{display: none;}
24 | .section p,.section p,.section dt,.section dt{margin-right: 7px;margin-left: 7px;}
25 | #ohloh {margin-bottom: 10px;}
26 | #poweredBy{text-align: center}
27 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/css/prettify.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 |
20 | .pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0;padding-left:15px}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/css/print.css:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 |
20 | /* $Id$ */
21 |
22 | #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;}
23 | #bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
24 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/accessories-text-editor.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/add.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/add.gif
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/apache-maven-project-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/apache-maven-project-2.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/application-certificate.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/application-certificate.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/contact-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/contact-new.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/document-properties.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/document-properties.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/drive-harddisk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/drive-harddisk.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/fix.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/fix.gif
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/icon_error_sml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/icon_error_sml.gif
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/icon_help_sml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/icon_help_sml.gif
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/icon_info_sml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/icon_info_sml.gif
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/icon_success_sml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/icon_success_sml.gif
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/icon_warning_sml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/icon_warning_sml.gif
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/image-x-generic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/image-x-generic.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/internet-web-browser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/internet-web-browser.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/logos/build-by-maven-black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/logos/build-by-maven-black.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/logos/build-by-maven-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/logos/build-by-maven-white.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/logos/maven-feather.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/logos/maven-feather.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/network-server.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/network-server.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/package-x-generic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/package-x-generic.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/profiles/pre-release.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/profiles/pre-release.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/profiles/retired.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/profiles/retired.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/profiles/sandbox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/profiles/sandbox.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/remove.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/remove.gif
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/rss.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/rss.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/update.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/update.gif
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/images/window-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/images/window-new.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/img/glyphicons-halflings-white.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/img/glyphicons-halflings-white.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/img/glyphicons-halflings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apache/maven-skins/eb1c0bf6023923def8b5fdd557fa8bc789d513f8/maven-fluido-skin/src/main/resources/img/glyphicons-halflings.png
--------------------------------------------------------------------------------
/maven-fluido-skin/src/main/resources/js/fluido.js:
--------------------------------------------------------------------------------
1 | /*
2 | * Licensed to the Apache Software Foundation (ASF) under one
3 | * or more contributor license agreements. See the NOTICE file
4 | * distributed with this work for additional information
5 | * regarding copyright ownership. The ASF licenses this file
6 | * to you under the Apache License, Version 2.0 (the
7 | * "License"); you may not use this file except in compliance
8 | * with the License. You may obtain a copy of the License at
9 | *
10 | * http://www.apache.org/licenses/LICENSE-2.0
11 | *
12 | * Unless required by applicable law or agreed to in writing,
13 | * software distributed under the License is distributed on an
14 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 | * KIND, either express or implied. See the License for the
16 | * specific language governing permissions and limitations
17 | * under the License.
18 | */
19 |
20 | jQuery( document ).ready( function()
21 | {
22 | // initialize the dropdown menu if found
23 | $( '.topbar' ).dropdown();
24 |
25 | prettyPrint();
26 |
27 | } );
28 |
29 | function asyncJs( url ) {
30 | ( function() {
31 | var s = document.createElement( 'script' ), t = document.getElementsByTagName( 'script' )[0];
32 | s.type = 'text/javascript';
33 | s.async = true;
34 | s.src = url;
35 | t.parentNode.insertBefore( s, t );
36 | } )();
37 | }
--------------------------------------------------------------------------------
/maven-fluido-skin/src/misc/scripts/resize_icon.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | #------------------------------------------------------------------------------
3 | # Licensed to the Apache Software Foundation (ASF) under one
4 | # or more contributor license agreements. See the NOTICE file
5 | # distributed with this work for additional information
6 | # regarding copyright ownership. The ASF licenses this file
7 | # to you under the Apache License, Version 2.0 (the
8 | # "License"); you may not use this file except in compliance
9 | # with the License. You may obtain a copy of the License at
10 | #
11 | # http://www.apache.org/licenses/LICENSE-2.0
12 | #
13 | # Unless required by applicable law or agreed to in writing,
14 | # software distributed under the License is distributed on an
15 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | # KIND, either express or implied. See the License for the
17 | # specific language governing permissions and limitations
18 | # under the License.
19 | #------------------------------------------------------------------------------
20 | # $Id$
21 |
22 | convert $1 -adaptive-resize 14x14 $1
23 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/misc/scripts/sprite.sh:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | #------------------------------------------------------------------------------
3 | # Licensed to the Apache Software Foundation (ASF) under one
4 | # or more contributor license agreements. See the NOTICE file
5 | # distributed with this work for additional information
6 | # regarding copyright ownership. The ASF licenses this file
7 | # to you under the Apache License, Version 2.0 (the
8 | # "License"); you may not use this file except in compliance
9 | # with the License. You may obtain a copy of the License at
10 | #
11 | # http://www.apache.org/licenses/LICENSE-2.0
12 | #
13 | # Unless required by applicable law or agreed to in writing,
14 | # software distributed under the License is distributed on an
15 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | # KIND, either express or implied. See the License for the
17 | # specific language governing permissions and limitations
18 | # under the License.
19 | #------------------------------------------------------------------------------
20 | # $Id$
21 |
22 | montage window-new.png \
23 | internet-web-browser.png \
24 | accessories-text-editor.png \
25 | image-x-generic.png \
26 | package-x-generic.png \
27 | document-properties.png \
28 | application-certificate.png \
29 | drive-harddisk.png \
30 | network-server.png \
31 | contact-new.png \
32 | -tile 4x3 -geometry +2+2 -background none external-links.png
33 |
--------------------------------------------------------------------------------
/maven-fluido-skin/src/site/resources/download.cgi:
--------------------------------------------------------------------------------
1 | #!/bin/sh
2 | #
3 | # Licensed to the Apache Software Foundation (ASF) under one
4 | # or more contributor license agreements. See the NOTICE file
5 | # distributed with this work for additional information
6 | # regarding copyright ownership. The ASF licenses this file
7 | # to you under the Apache License, Version 2.0 (the
8 | # "License"); you may not use this file except in compliance
9 | # with the License. You may obtain a copy of the License at
10 | #
11 | # http://www.apache.org/licenses/LICENSE-2.0
12 | #
13 | # Unless required by applicable law or agreed to in writing,
14 | # software distributed under the License is distributed on an
15 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 | # KIND, either express or implied. See the License for the
17 | # specific language governing permissions and limitations
18 | # under the License.
19 | #
20 | # Just call the standard mirrors.cgi script. It will use download.html
21 | # as the input template.
22 | exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
--------------------------------------------------------------------------------
/pom.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
21 |
22 |
23 | 4.0.0
24 |
25 |
26 | org.apache.maven
27 | maven-parent
28 | 26
29 | ../pom/maven/pom.xml
30 |
31 |
32 | org.apache.maven.skins
33 | maven-skins-aggregator
34 | 1-SNAPSHOT
35 | pom
36 |
37 | Maven Skins Aggregator
38 | Maven Skins Aggregator
39 |
40 |
41 | maven-default-skin
42 | maven-fluido-skin
43 |
44 |
45 |
--------------------------------------------------------------------------------
/src/site/site.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------