[forge/core] e61c95: Added support to add an 'extensions' element which...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/forge/core
Commit: e61c95feaf65bbe3bf4e5c878ea51f6a223abfa5
https://github.com/forge/core/commit/e61c95feaf65bbe3bf4e5c878ea51f6a223a...
Author: Paul Bakker <paul.bakker.nl(a)gmail.com>
Date: 2011-10-05 (Wed, 05 Oct 2011)
Changed paths:
M maven-api/src/main/java/org/jboss/forge/maven/plugins/MavenPlugin.java
M maven-api/src/main/java/org/jboss/forge/maven/plugins/MavenPluginAdapter.java
M maven-api/src/main/java/org/jboss/forge/maven/plugins/MavenPluginBuilder.java
M maven-api/src/main/java/org/jboss/forge/maven/plugins/MavenPluginImpl.java
Log Message:
-----------
Added support to add an 'extensions' element which some plugins use to add packaging types to Maven for example. Required to use the Bundle Plugin
Commit: 2a76c2790d5b1b7a940c5b7ed961870bfb876251
https://github.com/forge/core/commit/2a76c2790d5b1b7a940c5b7ed961870bfb87...
Author: Lincoln Baxter, III <lincolnbaxter(a)gmail.com>
Date: 2011-10-05 (Wed, 05 Oct 2011)
Changed paths:
M maven-api/src/main/java/org/jboss/forge/maven/plugins/MavenPlugin.java
M maven-api/src/main/java/org/jboss/forge/maven/plugins/MavenPluginAdapter.java
M maven-api/src/main/java/org/jboss/forge/maven/plugins/MavenPluginBuilder.java
M maven-api/src/main/java/org/jboss/forge/maven/plugins/MavenPluginImpl.java
Log Message:
-----------
Merge pull request #58 from paulbakker/maven-plugin-api
Added support to add an 'extensions' element which some plugins need
Compare: https://github.com/forge/core/compare/2d122e3...2a76c27
14 years, 6 months
[seam/rest] 5eece1: a lot of minor fixes
by noreply@github.com
Branch: refs/heads/develop
Home: https://github.com/seam/rest
Commit: 5eece12756211e3fece9928f5f3aec8203c4ca64
https://github.com/seam/rest/commit/5eece12756211e3fece9928f5f3aec8203c4ca64
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2011-10-05 (Wed, 05 Oct 2011)
Changed paths:
M api/pom.xml
M api/src/main/java/org/jboss/seam/rest/client/RestClient.java
M examples/exceptions/pom.xml
M examples/exceptions/src/main/tomcat/WEB-INF/web.xml
M examples/tasks/src/main/glassfish/WEB-INF/classes/META-INF/persistence.xml
M impl/pom.xml
M impl/src/test/java/org/jboss/seam/rest/test/SeamRestClientTest.java
M impl/src/test/java/org/jboss/seam/rest/test/client/RestClientTest.java
M impl/src/test/java/org/jboss/seam/rest/test/exceptions/BuiltinExceptionMappingTest.java
M impl/src/test/java/org/jboss/seam/rest/test/exceptions/CatchIntegrationTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/DisabledTemplatingTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/FreeMarkerTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/VelocityTest.java
M impl/src/test/java/org/jboss/seam/rest/test/templating/multiple/PreferedTemplatingProviderTest.java
M impl/src/test/java/org/jboss/seam/rest/test/validation/ValidationTest.java
Log Message:
-----------
a lot of minor fixes
Commit: 9de25c3f67c60a5603a34a282ba49ce6668d85d8
https://github.com/seam/rest/commit/9de25c3f67c60a5603a34a282ba49ce6668d85d8
Author: Jozef Hartinger <jharting(a)redhat.com>
Date: 2011-10-05 (Wed, 05 Oct 2011)
Changed paths:
M examples/tasks/pom.xml
M impl/src/main/java/org/jboss/seam/rest/exceptions/integration/package-info.java
M impl/src/test/java/org/jboss/seam/rest/test/Dependencies.java
Log Message:
-----------
Adapt to recent changes in solder
Compare: https://github.com/seam/rest/compare/16d7764...9de25c3
14 years, 6 months
[seam/mail] a67b4f: Fixing the dist
by noreply@github.com
Branch: refs/heads/feature/testsuite
Home: https://github.com/seam/mail
Commit: a67b4f4fff5f9899ff6cd8ce8d0e2bee9f881d35
https://github.com/seam/mail/commit/a67b4f4fff5f9899ff6cd8ce8d0e2bee9f881d35
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-10-05 (Wed, 05 Oct 2011)
Changed paths:
M dist/pom.xml
M dist/src/main/assembly/assembly.xml
M impl/pom.xml
Log Message:
-----------
Fixing the dist
Commit: 56988630fe8d74b8696d8b183d83c47cc2504eb3
https://github.com/seam/mail/commit/56988630fe8d74b8696d8b183d83c47cc2504eb3
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-10-05 (Wed, 05 Oct 2011)
Changed paths:
A testsuite/pom.xml
Log Message:
-----------
Adding testsuite
Commit: 6350b7213865ff8be0e1ff7bd1955e36eb4c07d5
https://github.com/seam/mail/commit/6350b7213865ff8be0e1ff7bd1955e36eb4c07d5
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-10-05 (Wed, 05 Oct 2011)
Changed paths:
R examples/sendmail/src/main/java/org/jboss/seam/mail/example/Gmail.java
R examples/sendmail/src/main/java/org/jboss/seam/mail/example/GmailSessionProducer.java
R examples/sendmail/src/main/java/org/jboss/seam/mail/example/Person.java
R examples/sendmail/src/main/java/org/jboss/seam/mail/example/SendMail.java
R examples/sendmail/src/main/resources/template.html.freemarker
R examples/sendmail/src/main/resources/template.html.render
R examples/sendmail/src/main/resources/template.html.velocity
R examples/sendmail/src/main/resources/template.text.freemarker
R examples/sendmail/src/main/resources/template.text.render
R examples/sendmail/src/main/resources/template.text.velocity
M pom.xml
M testsuite/pom.xml
A testsuite/src/test/java/org/jboss/seam/mail/FreeMarkerMailMessageTest.java
A testsuite/src/test/java/org/jboss/seam/mail/Gmail.java
A testsuite/src/test/java/org/jboss/seam/mail/GmailSessionProducer.java
A testsuite/src/test/java/org/jboss/seam/mail/MailMessageTest.java
A testsuite/src/test/java/org/jboss/seam/mail/Person.java
A testsuite/src/test/java/org/jboss/seam/mail/SendMail.java
A testsuite/src/test/java/org/jboss/seam/mail/VelocityMailMessageTest.java
A testsuite/src/test/java/org/jboss/seam/mail/util/MavenArtifactResolver.java
A testsuite/src/test/java/org/jboss/seam/mail/util/SMTPAuthenticator.java
A testsuite/src/test/resources/arquillian.xml
A testsuite/src/test/resources/template.html.freemarker
A testsuite/src/test/resources/template.html.render
A testsuite/src/test/resources/template.html.velocity
A testsuite/src/test/resources/template.text.freemarker
A testsuite/src/test/resources/template.text.render
A testsuite/src/test/resources/template.text.velocity
Log Message:
-----------
Trying to get tests working
Commit: 6d995a6182c266d8bf24aac847d04ecb9200ea5f
https://github.com/seam/mail/commit/6d995a6182c266d8bf24aac847d04ecb9200ea5f
Author: Cody Lerum <cody.lerum(a)gmail.com>
Date: 2011-10-05 (Wed, 05 Oct 2011)
Changed paths:
M testsuite/src/test/java/org/jboss/seam/mail/FreeMarkerMailMessageTest.java
M testsuite/src/test/java/org/jboss/seam/mail/MailMessageTest.java
M testsuite/src/test/java/org/jboss/seam/mail/VelocityMailMessageTest.java
A testsuite/src/test/resources/seam-mail-logo.png
Log Message:
-----------
more fixes to get closer to running tests
Commit: 4cd1ca37f9c8ff610fa8a7f21488a1649d56de38
https://github.com/seam/mail/commit/4cd1ca37f9c8ff610fa8a7f21488a1649d56de38
Author: LightGuard <lightguard.jp(a)gmail.com>
Date: 2011-10-05 (Wed, 05 Oct 2011)
Log Message:
-----------
Merge remote-tracking branch 'origin/feature/testsuite' into feature/testsuite
Compare: https://github.com/seam/mail/compare/fde7f04...4cd1ca3
14 years, 6 months