Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please provide archive with sources to maven repository [moved] #41

Closed
jyemin opened this issue Apr 25, 2013 · 0 comments
Closed

Please provide archive with sources to maven repository [moved] #41

jyemin opened this issue Apr 25, 2013 · 0 comments

Comments

@jyemin
Copy link
Contributor

jyemin commented Apr 25, 2013

This is Issue 41 moved from a Google Code project.
Added by 2010-05-07T07:31:59.000Z by spodgurs...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).

Original labels: Type-Defect, Priority-Medium

Original description

You can easily do it with adding next plugin to your pom.xml

             <plugin>
                <inherited>true</inherited>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-sources</id>
                        <goals>
                            <goal>jar</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
@jyemin jyemin closed this as completed Apr 25, 2013
fwautobuild pushed a commit to fwHub/morphia that referenced this issue Feb 2, 2021
apply BSON encoding hooks to query objects and replace arrays with BasicDBList
fwautobuild pushed a commit to fwHub/morphia that referenced this issue Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant