Skip to content

Commit

Permalink
trying more
Browse files Browse the repository at this point in the history
  • Loading branch information
pdsen-ci committed Apr 17, 2024
1 parent 6dc401c commit f529f39
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@ POSSIBILITY OF SUCH DAMAGE.
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>false</skip>
<skipDeploy>false</skipDeploy>
</configuration>
</plugin>


</plugins>
</build>

Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/exemplar.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

exemplar.greeting = Tue Apr 16 17:38:13 UTC 2024

exemplar.greeting = Wed Apr 17 15:53:54 UTC 2024
2 changes: 1 addition & 1 deletion src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ POSSIBILITY OF SUCH DAMAGE.
<section name='About My Project'>
<p>
My project is an example in a template that can be used for your project.
Updating on Tue Apr 16 17:38:32 UTC 2024.
Updating on Wed Apr 17 15:53:54 UTC 2024.
</p>
</section>
</body>
Expand Down

0 comments on commit f529f39

Please sign in to comment.