diff --git a/beehive-ejb-control/pom.xml b/beehive-ejb-control/pom.xml index 3632207..f441429 100644 --- a/beehive-ejb-control/pom.xml +++ b/beehive-ejb-control/pom.xml @@ -21,23 +21,21 @@ 4.0.0 - org.apache.beehive + com.moparisthebest.beehive beehive - 1.0.2 + 1.0.2-SNAPSHOT beehive-ejb-control beehive-ejb-control - org.apache.beehive + com.moparisthebest.beehive beehive-controls ${project.version} com.moparisthebest.aptIn16 netui-compiler - compile - true org.apache.geronimo.specs diff --git a/beehive-jdbc-control/pom.xml b/beehive-jdbc-control/pom.xml index a7dd36a..8fb1c2f 100644 --- a/beehive-jdbc-control/pom.xml +++ b/beehive-jdbc-control/pom.xml @@ -21,23 +21,21 @@ 4.0.0 - org.apache.beehive + com.moparisthebest.beehive beehive - 1.0.2 + 1.0.2-SNAPSHOT beehive-jdbc-control beehive-jdbc-control - org.apache.beehive + com.moparisthebest.beehive beehive-controls ${project.version} com.moparisthebest.aptIn16 netui-compiler - compile - true xmlbeans diff --git a/beehive-jms-control/pom.xml b/beehive-jms-control/pom.xml index 863ea91..8388235 100644 --- a/beehive-jms-control/pom.xml +++ b/beehive-jms-control/pom.xml @@ -21,9 +21,9 @@ 4.0.0 - org.apache.beehive + com.moparisthebest.beehive beehive - 1.0.2 + 1.0.2-SNAPSHOT beehive-jms-control beehive-jms-control @@ -32,16 +32,10 @@ - org.apache.beehive + com.moparisthebest.beehive beehive-controls ${project.version} - - com.moparisthebest.aptIn16 - netui-compiler - runtime - true - xmlbeans xbean @@ -80,8 +74,6 @@ description="The destination directory for compiled class files. Required."/> - + tempdir="${gensrc.dir}"/> diff --git a/beehive-netui-bootstrap/pom.xml b/beehive-netui-bootstrap/pom.xml index 5fd9878..ac15647 100644 --- a/beehive-netui-bootstrap/pom.xml +++ b/beehive-netui-bootstrap/pom.xml @@ -21,9 +21,9 @@ 4.0.0 - org.apache.beehive + com.moparisthebest.beehive beehive - 1.0.2 + 1.0.2-SNAPSHOT beehive-netui-bootstrap beehive-netui-bootstrap diff --git a/beehive-netui-compiler/pom.xml b/beehive-netui-compiler/pom.xml index 3692cbb..dae38e2 100644 --- a/beehive-netui-compiler/pom.xml +++ b/beehive-netui-compiler/pom.xml @@ -22,15 +22,15 @@ 4.0.0 - org.apache.beehive + com.moparisthebest.beehive beehive - 1.0.2 + 1.0.2-SNAPSHOT beehive-netui-compiler beehive-netui-compiler - org.apache.beehive + com.moparisthebest.beehive beehive-controls ${project.version} diff --git a/beehive-netui-core/pom.xml b/beehive-netui-core/pom.xml index 991c4d8..6eba4ac 100644 --- a/beehive-netui-core/pom.xml +++ b/beehive-netui-core/pom.xml @@ -21,15 +21,15 @@ 4.0.0 - org.apache.beehive + com.moparisthebest.beehive beehive - 1.0.2 + 1.0.2-SNAPSHOT beehive-netui-core beehive-netui-core - org.apache.beehive + com.moparisthebest.beehive beehive-controls ${project.version} diff --git a/beehive-netui-tags/pom.xml b/beehive-netui-tags/pom.xml index 2c49564..5089165 100644 --- a/beehive-netui-tags/pom.xml +++ b/beehive-netui-tags/pom.xml @@ -21,20 +21,20 @@ 4.0.0 - org.apache.beehive + com.moparisthebest.beehive beehive - 1.0.2 + 1.0.2-SNAPSHOT beehive-netui-tags beehive-netui-tags - org.apache.beehive + com.moparisthebest.beehive beehive-netui-core ${project.version} - org.apache.beehive + com.moparisthebest.beehive beehive-netui-bootstrap ${project.version} provided @@ -135,7 +135,7 @@ filename="beehive-netui-tags-html.tld" destdir="${metainf.dir}" validateXml="true" - packageName="org.apache.beehive.netui.tags" + packageName="com.moparisthebest.beehive.netui.tags" /> @@ -198,7 +198,7 @@ + 4.0.0 - org.apache.beehive + + org.sonatype.oss + oss-parent + 9 + + com.moparisthebest.beehive beehive - 1.0.2 + 1.0.2-SNAPSHOT + + Beehive's goal is to make J2EE programming easier by building a simple object model on J2EE and Struts. Using + the new JSR-175 annotations, Beehive reduces the coding necessary for J2EE. The initial Beehive project has + three pieces. + + NetUI: An annotation-driven web application programming framework that is built atop Struts. NetUI centralizes + navigation logic, state, metadata, and exception handling in a single encapsulated and reusable Page Flow + Controller class. In addition, NetUI provides a set of JSP tags for rendering HTML / XHTML and higher-level UI + constructs such as data grids and trees and has first-class integration with JavaServer Faces and Struts. + + Controls: A lightweight, metadata-driven component framework for building that reduces the complexity of being a + client of enterprise resources. Controls provide a unified client abstraction that can be implemented to access + a diverse set of enterprise resources using a single configuration model. + + In addition, Beehive includes a set of system controls that are abstractions for low-level J2EE resource APIs + such as EJB, JMS, JDBC, and web services. + + https://github.com/moparisthebest/beehive + + moparisthebest.com + http://www.moparisthebest.com + + + + moparisthebest + Travis Burtrum + admin@moparisthebest.com + http://www.moparisthebest.com/ + + + + scm:git:https://github.com/moparisthebest/beehive.git + scm:git:https://github.com/moparisthebest/beehive.git + https://github.com/moparisthebest/beehive + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + true + true + UTF-8 + pom controls @@ -17,10 +88,6 @@ beehive-jdbc-control beehive-jms-control - - true - true - @@ -120,15 +187,9 @@ com.moparisthebest.aptIn16 netui-compiler - 0.1 - compile + 0.2 + provided true - - - com.moparisthebest.aptIn16 - apt-mirror-api - - xmlbeans