Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Add Maven pom files. #149

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add Maven pom files. #149

wants to merge 3 commits into from

Conversation

highsource
Copy link

I'd like to use gcm-rest-client in a Maven project so I've added pom.xml files.

I've used com.google.cloud.messaging as groupId and gcm/gcm-rest-client as artifactIds, hope it works for you. Please feel free to change these values (as well as version).

CLA is signed (highsource).

@PaulMazzuca
Copy link

If using Maven, any thoughts on aligning the directory structure in Maven format? (https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html)

@kroikie
Copy link
Contributor

kroikie commented Jan 27, 2016

No plans currently to change the directory structure, we are using the Maven repository for distribution but it is still an Ant project.

@highsource
Copy link
Author

@Mazook It's actually not really necessary.

What would be good, however, is have OSGi metadata. I want to add GCM as a Apache Camel component, Apache Camel expects all the dependencies to be OSGi bundles. I'll file an extra issue for that.

@PaulMazzuca
Copy link

How about at least adding this to the pom?

<build> <sourceDirectory>src/</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> </build>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants