diff --git a/dubbo-examples/pom.xml b/dubbo-examples/pom.xml index 428167515f276a668ffbf721bffa468c15878950..9c3f7338c8981c839187f4830485eac80e33f94b 100644 --- a/dubbo-examples/pom.xml +++ b/dubbo-examples/pom.xml @@ -13,21 +13,21 @@ - See the License for the specific language governing permissions and - limitations under the License. --> - - 4.0.0 - - com.alibaba - dubbo-parent - 2.1.0-SNAPSHOT - - dubbo-examples - jar - Dubbo Examples Module - The examples module of dubbo project - - true - + + 4.0.0 + + com.alibaba + dubbo-parent + 2.1.0-SNAPSHOT + + dubbo-examples + jar + Dubbo Examples Module + The examples module of dubbo project + + true + com.alibaba @@ -103,6 +103,21 @@ com.alibaba dubbo-monitor-default ${project.parent.version} - - + + + + + + + ${basedir}/src/main/java + + **/*.java + + + + ${basedir}/src/main/resources + + + + \ No newline at end of file