This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c8fb5b8b New GitHub workflow to set up pages
5c8fb5b8b is described below

commit 5c8fb5b8b8f609ca9fd6fdcb9717337529c6cff4
Author: James Bognar <[email protected]>
AuthorDate: Sat Sep 13 09:04:31 2025 -0400

    New GitHub workflow to set up pages
---
 .github/workflows/pages.yml | 6 +++---
 pom.xml                     | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index d19e9ca4b..d6b1313b2 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -68,15 +68,15 @@ jobs:
           echo "Building site for Juneau version: $JUNEAU_VERSION"
           
           # Build and install core modules first (needed for dependencies)
-          mvn clean install -DskipTests -pl 
'!juneau-examples-rest-jetty-ftest,!juneau-utest,!juneau-all,!juneau-distrib'
+          mvn clean install -DskipTests
           
           # Build juneau-doc module (needed for custom docs)
           cd juneau-doc
           mvn install -DskipTests
           cd ..
           
-          # Generate complete project site (skip problematic modules)
-          mvn site -DskipTests -pl 
'!juneau-examples-rest-jetty-ftest,!juneau-utest,!juneau-all,!juneau-distrib'
+          # Generate complete project site
+          mvn site -DskipTests
 
       - name: Setup Pages
         uses: actions/configure-pages@v4
diff --git a/pom.xml b/pom.xml
index e6b86313b..c0b7a861c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -182,7 +182,7 @@
                                                
<docfilessubdirs>true</docfilessubdirs>
                                                
<javadocDirectory>${basedir}/juneau-doc/src/main/javadoc</javadocDirectory>
                                                
<javadocExecutable>${javadoc.executable}</javadocExecutable>
-                                               
<source>${maven.compiler.source}</source>
+                                               
<release>${maven.compiler.target}</release>
                                                
<detectJavaApiLink>false</detectJavaApiLink>
                                                
<sourcepath>src/main/java</sourcepath>
                                        </configuration>

Reply via email to