</ul>
</nav>
<main class="main" layout:fragment="maincontent">
- <div class="pack bg cf">
- <div class="p left">
- <h1>hibernate4-maven-plugin</h1>
- <p>
- <strong>Lorem ipsum</strong> dolor
- <a href="potemkin/typo.html" th:href="@{/potemkin/typo.html}">sit amet</a>,
- consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
- labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
- <a href="potemkin/html-experimente.html" th:href="@{/potemkin/html-experimente.html}">exercitation</a>
- ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
- irure dolor in reprehenderit in voluptate velit esse cillum dolore
- eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
- proident, sunt in culpa qui officia deserunt mollit anim id est
- laborum.
- </p>
- </div>
- <div class="p right">
- <h1>fix-swf</h1>
- <p>
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
- eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim
- ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
- aliquip ex ea commodo consequat.
- </p>
- </div>
- </div>
- <div class="single">
- <h1>accelerator</h1>
- <p>
- Duis aute irure dolor in
- reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
- pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
- culpa qui officia deserunt mollit anim id est laborum.
- </p>
- </div>
<div class="pack bg cf">
<div class="p right">
- <h1>jquery.openx</h1>
- <p>
- Duis aute irure dolor in
- reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
- pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
- culpa qui officia deserunt mollit anim id est laborum.
- </p>
+ <h2>Work In Progress…</h2>
+ <p>This page is under heavy construction.</p>
+ <p style="text-align: center"><img src="/img/wip.gif" alt="Man bashing his head on a computer-keyboard"/></p>
+ <p>So, please be patiance with us…</p>
</div>
<div class="p left">
- <h1>Regex-Lab</h1>
- <p>
- Excepteur sint occaecat cupidatat non proident, sunt in
- culpa qui officia deserunt mollit anim id est laborum.
- </p>
+ <h2>About juplo</h2>
+ <ul>
+ <li><a href="/about.html" title="Visit my about-pag">More about juplo</a></li>
+ <li><a href="/blog/" title="(Hopefully) helpful stuff">Blog</a></li>
+ <li><a href="/projects/" title="All current projects">Projects</a></li>
+ <li><a href="/contact.html" title="All contact-information on a glance">Contact</a></li>
+ </ul>
</div>
</div>
- <div class="pack cf">
- <div class="p left">
- <h1>jquery.openx</h1>
- <p>
- Duis aute irure dolor in
- reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
- pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
- culpa qui officia deserunt mollit anim id est laborum.
- </p>
- </div>
- <div class="p right">
- <h1>Regex-Lab</h1>
- <p>
- Excepteur sint occaecat cupidatat non proident, sunt in
- culpa qui officia deserunt mollit anim id est laborum.
- </p>
- </div>
+ <div class="single">
+ <h1>Hibernate Maven Plugin</h1>
+ <p><strong>A simple Plugin for generating a Database-Schema from Hibernate Mappings</strong></p>
+ <p>hibernate-maven-plugin is a plugin for generating a database-schema from your Hibernate mappings and create or update your database accordingly. Its main usage is to automatically create and populate a test-database for unit-tests in cooperation with the dbunit-maven-plugin.</p>
+ <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
</div>
</main>
- <div layout:fragment="marginalcontent">
- <aside class="m">
- <div class="widget widget_recent_entries">
- <h1 class="widgettitle">Recent Posts</h1>
- <ul>
- <li>
- <a href="blog/article.html" th:href="@{/blog/article.html}" title="Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources">Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources</a>
- </li>
- <li>
- <a href="#" title="hibernate4-maven-plugin 1.0.3 released!">hibernate4-maven-plugin 1.0.3 released!</a>
- </li>
- <li>
- <a href="#" title="Log out from wrong Account with maven-appengine-plugin">Log out from wrong Account with maven-appengine-plugin</a>
- </li>
- <li>
- <a href="#" title="Bidirectional Association with @ElementCollection">Bidirectional Association with @ElementCollection</a>
- </li>
- <li>
- <a href="#" title="hibernate4-maven-plugin 1.0.2 released!">hibernate4-maven-plugin 1.0.2 released!</a>
- </li>
- <li>
- <a href="#" title="hibernate4-maven-plugin 1.0.1 released!">hibernate4-maven-plugin 1.0.1 released!</a>
- </li>
- <li>
- <a href="#" title="hibernate4-maven-plugin 1.0 released!">hibernate4-maven-plugin 1.0 released!</a>
- </li>
- <li>
- <a href="blog/comments.html" th:href="@{/blog/comments.html}" title="hibernate4-maven-plugin">hibernate4-maven-plugin</a>
- </li>
- </ul>
- </div>
- </aside>
- </div>
+ <aside class="main" layout:fragment="marginalcontent">
+ <div class="widget widget_recent_entries">
+ <h2 class="widgettitle">Recent Posts</h2>
+ <ul>
+ <li><a href="http://juplo.de/show-spring-boot-auto-configuration-report-when-running-via-mvn-spring-boot-run/">Show Spring-Boot Auto-Configuration-Report When Running Via “mvn spring-boot:run”</a></li>
+ <li><a href="http://juplo.de/parsing-json-from-facebooks-graph-api-using-jackson-2-x-and-javas-new-time-api/">Parsing JSON From Facebooks Graph-API Using Jackson 2.x And Java’s New Time-API</a></li>
+ <li><a href="http://juplo.de/problems-deploying-a-spring-boot-app-as-war/">Problems Deploying A Spring-Boot-App As WAR</a></li>
+ <li><a href="http://juplo.de/hibernate-maven-plugin-2-0-0-released/">hibernate-maven-plugin 2.0.0 released!</a></li>
+ <li><a href="http://juplo.de/release-of-a-maven-plugin-to-maven-central-fails-with-error-unknown-tag-goal/">Release Of A Maven-Plugin to Maven Central Fails With “error: unknown tag: goal”</a></li>
+ </ul>
+ </div>
+ </aside>
</body>
</html>
<!--*/-->
</head>
<body>
- <h1>Projects - DUMMY</h1>
+ <main class="main" layout:fragment="maincontent">
+ <div class="pack bg cf">
+ <div class="p left">
+ <header><h1>Projects</h1></header>
+ <p>
+ The projects hosted on
+ <a href="http://juplo.de">juplo.de</a>
+ are all open source.
+ </p>
+ <p>
+ The complete source-code can be found either in
+ <a href="http://juplo.de/gitweb/" title="Browse the git-repositories hosted on juplo.de">our own git-repositories</a>
+ or on
+ <a href="https://github.com/juplo" title="Browse our account on github.com">github.com</a>.
+ </p>
+ </div>
+ <div class="p right">
+ <h2>Hibernate Maven Plugin</h2>
+ <p>
+ The Hibernate Maven Plugin is a plugin for generating a database-schema from your Hibernate mappings.
+ Its main usage is to automatically create and populate a test-database for unit-tests.
+ </p>
+ <p><a href="/hibernate-maven-plugin/index.html" title="Visit the plugin-documentation">Learn more...</a></p>
+ </div>
+ </div>
+ <br />
+ <div class="pack bg cf">
+ <div class="p left">
+ <h2>Apache-Maven Thymeleaf-Skin</h2>
+ <p>
+ The maven-thymeleaf-skin gives you full control over the markup and styling of the project documentation, generated by the <code>site</code>-goal of your maven-projects.
+ </p>
+ <p><a href="/maven-thymeleaf-skin/index.html" title="Visit ">Learn more...</a></p>
+ </div>
+ <div class="p right">
+ <h2>Simple Mapper 4 JSON</h2>
+ <p>
+ The simple-mapper parses arbitrary JSON-data into a hierarchy of maps and lists, without any further configuration- or setup-requirements.
+ </p>
+ <p><a href="/simple-mapper/index.html" title="Visit ">Learn more...</a></p>
+ </div>
+ </div>
+ </main>
</body>
</html>