Github user ravihansa3000 commented on a diff in the pull request: https://github.com/apache/stratos/pull/481#discussion_r42605227 --- Diff: extensions/das/modules/artifacts/metering-dashboard/capps/pom.xml --- @@ -23,16 +23,16 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <artifactId>stratos-das-extension</artifactId> <groupId>org.apache.stratos</groupId> + <artifactId>stratos-das-extension</artifactId> <version>4.1.5-SNAPSHOT</version> <relativePath>../../../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>metering-service-capps</artifactId> - <name>Apache Stratos - Metering Service Composite Applications</name> - <description>Apache Stratos Metering Service Composite Applications</description> + <artifactId>org.apache.stratos.metering.service.capps</artifactId> --- End diff -- Usually this pattern is followed if there are Java sources in the modules. Do we have any Java sources inside CApps?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---