-
Notifications
You must be signed in to change notification settings - Fork 158
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
issue 105: remove invalid config element. #110
Conversation
NAR plugin for Maven » nar-maven-plugin #163 SUCCESS |
Hmm. When I run Furthermore, I suspect that the |
My bad. Your guess seems reasonable, I'll do more editing this evening and On Thu, Jun 12, 2014 at 10:36 AM, dscho notifications@github.com wrote:
|
I think I covered it this time. |
@bimargulies @benson-basis Note that rather than reverting commits on a topic branch, you can just squash them away with |
OK, it that's the preferred scheme here, I'll do it. Everyone seems to have On Thu, Jun 12, 2014 at 2:02 PM, Curtis Rueden notifications@github.com
|
… narSystemPackage.
Update <packageName> to <narSystemPackage> Fixes issue #105.
Thanks @benson-basis! |
NAR plugin for Maven » nar-maven-plugin #172 SUCCESS |
As for documenting the preferred process: unfortunately, we haven't documented specifics like "squashing preferred" etc. |
If you want to be able to use Git effectively, including powerful commands such as |
You don't have to convince me, just tell me what you prefer. On Thu, Jun 12, 2014 at 2:38 PM, dscho notifications@github.com wrote:
|
NAR plugin for Maven » nar-maven-plugin #174 SUCCESS |
Fix example by removing invalid element.
The example on the usage page had an invalid element:
<packageName/>
.